peek() returns second char in buffer - after update to MKRNB v1.6 #126
Labels
topic: code
Related to content of the project itself
type: imperfection
Perceived defect in any part of project
Currently working with the board MKR NB 1500.
After ugrading to MKRNB v1.6.0 i'm experiencing a problem with the message disposal functionality from example RecieveSMS.ino
I believe it's connected with the change in #100.
I acknowledge the bug presented - the first character is clipped if using peek in <v1.6.0, and was not according to the given documentation . Nevertheless, according to my experience this fix is breaking other functionality, as it now consequently reads the second character in the buffer, and not the first as I would expect.
Am I doing anything wrong?
Output;
Where 83 corresponds to 'S' in ascii.
Current code;
The text was updated successfully, but these errors were encountered: