Skip to content
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

[ESP32 Serial] Fix serial tasks not working after save or restart task #4751

Merged
merged 1 commit into from
Jul 28, 2023

Conversation

TD-er
Copy link
Member

@TD-er TD-er commented Jul 27, 2023

A previous work-around for ESP32 was now working against us as it did prevent calling begin() when the pins did not change.
However if end() was called on HW serial on ESP32, you really need to call begin() or else the serial port will not work anymore.

[ESP32 Serial] Do not cache baud rate between end() and begin()
@TD-er TD-er merged commit d72b77d into letscontrolit:mega Jul 28, 2023
154 checks passed
@TD-er TD-er deleted the bugfix/esp32_serial_restart branch July 28, 2023 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant