-
Notifications
You must be signed in to change notification settings - Fork 3k
ESP8266 Drv support baud-rate switch #12768
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
Conversation
Please fix the style issue |
Hi @cyliangtw . We are already calling |
@cyliangtw, thank you for your changes. |
@michalpasztamobica, if some platform not support flow control, stop_uart_hw_flow_ctrl() will not work. |
Thanks for the explanation. This makes sense to me now and I also verified that actually setting baud rate different than default did not work and the code on your branch fixes the issue. Thanks a lot for this contribution! |
Fixes #12710 |
CI started |
Test run: SUCCESSSummary: 6 of 6 test jobs passed |
Summary of changes
ESP8266 WiFi module default baud-rate is 115200, this PR is to support the baud-rate switch from default baud-rate to the target baud-rate.
Documentation
None
Pull request type
Test results
test-log.txt
Reviewers
@michalpasztamobica