-
Notifications
You must be signed in to change notification settings - Fork 13.3k
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
espsoftwareserial 6.4.0 included in arduino core 2.6.3 is faulty #6920
Comments
Upcoming EspSoftwarSerial 6.5.0 release will fix this issue: plerup/espsoftwareserial@80c3127 |
Has been released: https://github.com/plerup/espsoftwareserial/releases/tag/6.5.0 |
@d-a-v could you please help with a 2.6.4 release? |
WIP again. Don't merge until further notice, please. |
This has been fixed by merging 6.5.3. please move ahead with a new release |
Next release will be 2.7.0. |
@d-a-v I understand that this is the plan, I was asking whether we can turn around a quick 2.6.x new releaese as there haven't been any major changes in master git since the last release yet. |
@dirkmueller @d-a-v For any plans to fulfill this wish, I'd also like to mention that I've made an otherwise relevant, but not for EspSoftwareSerial, fix to the included Delegate.h - it's in the Non-ESP Arduino code. In order to not have different versions of Delegate.h in released CoopTask (via Arduino library manager) and EspSoftwareSerial (submoduled on ESP8266 only), perhaps you could give me the benefit of the doubt and merge EspSoftwareSerial 6.5.4 (#6932) instead. |
Like @d-a-v said, next release is 2.7.0. When this was opened we were already passed the point of no return for it. |
Basic Info
Problem Description
The espsoftwareserial release included in the 2.6.3 release is not working for readBytes() anymore, see
plerup/espsoftwareserial#128
for details. This is a tracker issue in the hope that a 2.6.4 release can be cut when the issue is fixed.
The text was updated successfully, but these errors were encountered: