-
Notifications
You must be signed in to change notification settings - Fork 13.3k
how to fix no member listen #3239
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
Comments
As the error message says, SoftwareSerial class on ESP8266 doesn't have member called |
@igrr EspSoftwareSerial supports listen() method since 3.2.0. |
Uhm, sure, i didn't know there was a more recent version. In the past @plerup would make a PR to update the version used. Should I update it to 3.2.3, which is the latest? |
Yes, the latest version is compatible with AVR's one and seems to work fine |
Sorry about that, forgot 😬 |
Good evening guys, I was researching on the softwareserial for nodemcu and came to stop here. I'm new here and I'm starting to program with the module and I had a problem with this listen class. I wonder if you have any library that solves this problem. Thanks in advance. |
i use lib pzem004t but error. how to fix no member listen. board arduino uno compile ok but node mcu cant compile

The text was updated successfully, but these errors were encountered: