forked from revk/ESP32-Faikin
-
Notifications
You must be signed in to change notification settings - Fork 1
Serial port pollution on startup #1
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
Comments
The pollution comes from two facts:
"Starting UART" string already comes at 2400 |
Fixed by 6cb6279 |
Sonic-Amiga
added a commit
that referenced
this issue
Sep 25, 2023
Fix #1 for real. The fix relies on patched ets_vprintf() in the SDK. Using an existing flag didn't work well because every NVS write frobbed it back to zero, causing the issue to re-appear.
Sonic-Amiga
pushed a commit
that referenced
this issue
Aug 17, 2024
Refactored firmware re-flashing instructions
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Despite redirection code, some serial log is still produced after serial port init. This causes delayed startup
The text was updated successfully, but these errors were encountered: