8000 Release 1.8.3: Obey timeout value on SerialUART.read/.peek (#211) · tymeorama/arduino-pico · GitHub
[go: up one dir, main page]

Skip to content

1.8.3

  • 1.8.3
  • 30704a7
  • Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
  • Compare
    Choose a tag to compare
  • 1.8.3
  • 30704a7
  • Compare
    Choose a tag to compare
  • Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@earlephilhower earlephilhower tagged this 13 Jun 21:11
Fixes a hang when reading from the Serial UART ports because before the
core would pause indefinitely for the next character.

Now, wait up to Serial.setTimeout() milliseconds and if it times out
return -1 to the app.

Fixes #210
Assets 2
Loading
0