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

Adds an error message to HardwareSerial::setPins() #7040

Merged
merged 2 commits into from
Jul 26, 2022
Merged

Conversation

SuGlider
Copy link
Collaborator

Description of Change

HardwareSerial::setPins() shall issue a message in case it is used before initializing the UART with HardwareSerial::begin()

Tests scenarios

Tested with ESP32

Related links

In order to avoid problems if the user tries to `setPins()` before initializing the Serial port with begin()
@SuGlider SuGlider self-assigned this Jul 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

None yet

1 participant