You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[refactoring][logging]: Normalize log output: always append a newline to echoed quote, switch to Serial1.print.
- EchoReceivedHandler: Always append a newline to the echoed quote before printing, ensuring each log entry has its own line, and making the log easily parseable. Moved peekConsume after print for clarity.
- PrintHandler: Use Serial1.print instead of println, as log entries now include their own trailing newline.
Signed-off-by: Goran Mišković <[email protected]>
0 commit comments