mirror of
https://github.com/bobbimanners/emailler.git
synced 2025-01-06 08:31:19 +00:00
Added some linefeeds to clean up console output.
This commit is contained in:
parent
c1df88daa1
commit
90dacb979e
@ -379,7 +379,7 @@ dhcp_msg:
|
||||
.byte "DHCP",0
|
||||
|
||||
init_msg:
|
||||
.byte " Initializing ",0
|
||||
.byte 10,"Initializing ",0
|
||||
|
||||
failed_msg:
|
||||
.byte "failed",0
|
||||
|
@ -55,9 +55,9 @@ httpd_callback:
|
||||
.rodata
|
||||
|
||||
initializing:
|
||||
.byte "INITIALIZING ",0
|
||||
.byte 13,"INITIALIZING ",0
|
||||
listening:
|
||||
.byte "LISTENING",0
|
||||
.byte "LISTENING",13,0
|
||||
said:
|
||||
.byte ":",0
|
||||
html:
|
||||
|
Loading…
Reference in New Issue
Block a user