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

No SoftwareSerial allowed when using a ESP32 #24

Open
ztoundas opened this issue Dec 3, 2024 · 0 comments
Open

No SoftwareSerial allowed when using a ESP32 #24

ztoundas opened this issue Dec 3, 2024 · 0 comments

Comments

@ztoundas
Copy link

ztoundas commented Dec 3, 2024

I am trying to use the ESPSoftwareSerial library alongside this, but I get errors that .listen() is undefined.

A quick look at the .h and .cpp library files make it clear that HARDWARE_SERIAL is forced for ESP32 boards (and some others).

Adding a provision for overriding this behavior, like when we are using the ESPSoftwereSerial library, would be great. I ended up just removing the references to that board specifically in the .h and .cpp files, but i barely know what I am doing..

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

No branches or pull requests

1 participant