mirror of
https://github.com/lowobservable/coax.git
synced 2026-02-16 04:53:08 +00:00
Fix serial data corruption on Windows with Arduino Mega 2560 Rev 3
This commit is contained in:
@@ -212,6 +212,7 @@ void loop()
|
||||
}
|
||||
|
||||
frameBufferCount = 0;
|
||||
frameState = WAIT_START;
|
||||
} else if (byte == FRAME_ESCAPE) {
|
||||
frameState = ESCAPE;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user