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

Feature: Configurable UART pins #91

Merged
merged 1 commit into from
Feb 12, 2023

Conversation

pauln
Copy link
Contributor

@pauln pauln commented Feb 11, 2023

Adds optional configuration for the UART RX and TX pins on platforms which support assigning arbitrary pins to hardware UART(s), i.e. ESP32.

Adds optional configuration for the UART RX and TX pins on platforms which support assigning arbitrary pins to hardware UART(s), i.e. ESP32.
Copy link
Owner

@geoffdavis geoffdavis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for looking at this. I wish there was a way to pass through the UART configuration from ESPHOME itself so that we didn't have to do all of this duplicate configuration, but last time I tried it, the upstream library didn't support the arbitrary UART type that ESPHOME wants to hand off.

@geoffdavis geoffdavis merged commit ffaa89d into geoffdavis:develop Feb 12, 2023
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.

2 participants