mirror of
https://github.com/meshtastic/firmware.git
synced 2025-05-01 11:42:45 +00:00
Comment out extra-chatty debug message (#2715)
This commit is contained in:
parent
c44986127e
commit
d29c975e3c
@ -260,7 +260,7 @@ bool NMEAGPS::whileIdle()
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
// if (_serial_gps->available() > 0)
|
// if (_serial_gps->available() > 0)
|
||||||
LOG_DEBUG("GPS Bytes Waiting: %u\n", _serial_gps->available());
|
// LOG_DEBUG("GPS Bytes Waiting: %u\n", _serial_gps->available());
|
||||||
// First consume any chars that have piled up at the receiver
|
// First consume any chars that have piled up at the receiver
|
||||||
while (_serial_gps->available() > 0) {
|
while (_serial_gps->available() > 0) {
|
||||||
int c = _serial_gps->read();
|
int c = _serial_gps->read();
|
||||||
|
Loading…
Reference in New Issue
Block a user