-
Notifications
You must be signed in to change notification settings - Fork 13.3k
EspSoftwareSerial release 5.2.1 #6219
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
Conversation
This reverts commit 78aa3e8.
…by end-bit detection without checking for same-level timestamps from the IRQ
…missing attachInterruptArg in Arduino.h
…chInterruptArg in ESP8266 Arduino
@earlephilhower After finding a one-liner way of back-porting from my attachInterruptArg PR(s), this is finally the long awaited release 5.2.1 of EspSoftwareSerial. I've you have a moment of time, could you please confirm to me how your basic tests perform? I'd expect noticeably improved performance, respectively lower error rates. I am quite curious what the handful of users that have issues with the ESP8266 and SoftwareSerial will be saying. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dok-net, I'm not actually a SW Serial user but seems good to me.
Using the std::bind workaround via FunctionInterrupt while attachInterruptArg is pending.