corvus2 gps still doesn't work WIP

This commit is contained in:
Kevin Hester
2020-10-13 14:43:28 +08:00
parent 965c2bda8d
commit ca77d48b20
5 changed files with 27 additions and 20 deletions

View File

@@ -102,7 +102,7 @@ bool NMEAGPS::whileIdle()
// First consume any chars that have piled up at the receiver
while (_serial_gps->available() > 0) {
int c = _serial_gps->read();
// DEBUG_MSG("%c", c);
DEBUG_MSG("%c", c);
isValid |= reader.encode(c);
}