You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@dirkmueller Please test for regressions and let me know. Thanks! Check the README for instructions on how to use non-release versions of EspSoftwareSerial with ESP8266.
Uh oh!
There was an error while loading. Please reload this page.
with the change
0b9ac7c#diff-67183b415c133795f221633c3e752798L193-R196
The readBytes() method now always returns -1 in 9600-baud-8N1 serial mode, which breaks my application.
I suggest to do a change similar to this:
alternatively returning size always might not be a bad situation either (would work for me), but it is a change in contract/behavior then.
The text was updated successfully, but these errors were encountered: