-
-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in the handling of the serial buffer #27
Comments
That's not really an error, this just says there's random data coming down the serial port, most probably our debug logging. The client will just discard it. |
I guess the "fix" would be to lower message severity to |
If it's random data from debug logging which is expected, I don't think this should cause an ERROR log message. I'll look into it at some point. |
I was running the network management client, which was connected via serial to a node running the latest version. I got this error:
[2025-01-04][06:54:56][ERROR][meshtastic::connections::stream_buffer] Could not find header sequence [0x94, 0xc3], purging buffer and waiting for more data
The text was updated successfully, but these errors were encountered: