mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-25 17:42:48 +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
|
||||
// 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
|
||||
while (_serial_gps->available() > 0) {
|
||||
int c = _serial_gps->read();
|
||||
|
Loading…
Reference in New Issue
Block a user