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
I have kind of a weird situation. I am using esp web tools to flash devices in my project, and flashing devices works fine. So does provisioning WiFi, and visiting the device. But the serial log page doesn't.
The logs aren't anything weird. Lines are terminated with \n, and are prepended with >>> or !!! depending on severity. There are no escape codes/control characters. I can easily monitor serial log lines with any other method pio run monitor or screen(1) or even a python script that uses pyserial.
Any suggestions?
The text was updated successfully, but these errors were encountered:
A user reported CRLF weirdness in screen(1), which led me to do some experimentation. My line endings are, right now, \n. I changed the ones I controlled to \r\n, and the serial log worked, for a short time. I have a suspicion that it stopped working when a line with only \n came through, but I haven't extensively tested it yet.
I can't find anything in documentation about line endings.
I have kind of a weird situation. I am using esp web tools to flash devices in my project, and flashing devices works fine. So does provisioning WiFi, and visiting the device. But the serial log page doesn't.
The logs aren't anything weird. Lines are terminated with
\n
, and are prepended with>>>
or!!!
depending on severity. There are no escape codes/control characters. I can easily monitor serial log lines with any other methodpio run monitor
orscreen(1)
or even a python script that uses pyserial.Any suggestions?
The text was updated successfully, but these errors were encountered: