Skip to content

removes delay(10) from HardwareSerial::end() #8634

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

Merged
merged 1 commit into from
Sep 15, 2023

Conversation

SuGlider
Copy link
Collaborator

@SuGlider SuGlider commented Sep 14, 2023

Description of Change

Back in April, 2021, a workaround PR #5047 was merged to fix #5043 by adding a delay(10) into HardwareSerial::end()
This is useless as pointed in #8627

This PR removes such delay()

Tests scenarios

Simple test with ESP32

Related links

Closes #8627

@SuGlider SuGlider added this to the 2.0.13 milestone Sep 14, 2023
@SuGlider SuGlider requested a review from me-no-dev September 14, 2023 23:54
@SuGlider SuGlider self-assigned this Sep 14, 2023
@me-no-dev me-no-dev merged commit cd409b2 into master Sep 15, 2023
@me-no-dev me-no-dev deleted the remove_delay_in_hardwareSerial_end branch September 15, 2023 09:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

The ESP32 processor hangs on a second call to Serial.begin(115200) when compiled for ESP32 Dev Module.
2 participants