mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-09 06:32:06 +00:00
Don't print blank lines in GPS_DEBUG.
This commit is contained in:
parent
3b265f5392
commit
2954095f3d
@ -1705,7 +1705,9 @@ bool GPS::whileActive()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
#ifdef GPS_DEBUG
|
#ifdef GPS_DEBUG
|
||||||
|
if (debugmsg != "") {
|
||||||
LOG_DEBUG(debugmsg.c_str());
|
LOG_DEBUG(debugmsg.c_str());
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
return isValid;
|
return isValid;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user