Skip to content

Conversation

@rhkean
Copy link

@rhkean rhkean commented Sep 6, 2025

  • removed unused BLESERIAL_MTU define
  • corrected available() method
    • per the arduino documentation, this method should return the number of bytes available in the stream, not a boolean value
    • while attempting to implement, I found it to be returning incorrect values in existing code that expects non-boolean values

* corrected `available()` method
  * per the [arduino documentation](https://docs.arduino.cc/language-reference/en/functions/communication/stream/streamAvailable/), this method should return the number of bytes available in the stream, not a boolean value
  * while attempting to implement, I found it to be returning incorrect values in existing code that expects non-boolean values
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant