HI
I'm new here, so sorry if this is the wrong place. Docs say use the forum for suggestions, but there's no documentation top-level discussion board.
I have two suggestions for the Serial.readStringUntil() function.
- The syntax appears to be incorrect: Serial.readString(terminator) // Should be readStringUntil
The following also applies to the readBytesUntil() function.
- The description needs to be clear about whether the terminator is included in what's returned (it isn't) and whether the terminator is removed from the stream (it is).