-
Notifications
You must be signed in to change notification settings - Fork 11
Open
0 / 10 of 1 issue completed
Copy link
Labels
Milestone
Description
Describe the bug
I think this Serial.read()
EmotiBit_FeatherWing/EmotiBit.cpp
Line 1649 in 0400fcb
| if(Serial.read() == 'F') |
steals the char and breaks this Serial.read()
EmotiBit_FeatherWing/EmotiBit.cpp
Line 3927 in 0400fcb
| char c = Serial.read(); |
Reactions are currently unavailable