mirror of
https://github.com/meshtastic/firmware.git
synced 2025-09-06 11:39:32 +00:00
EDEBUG --> DEBUG
This commit is contained in:
parent
06ab5e5a4e
commit
036fb59f3b
@ -1555,7 +1555,7 @@ bool GPS::lookForLocation()
|
||||
return false;
|
||||
}
|
||||
if (toDegInt(loc.lng) > 1800000000) {
|
||||
#ifdef GPS_EDEBUG
|
||||
#ifdef GPS_DEBUG
|
||||
LOG_DEBUG("Bail out EARLY on LNG %i", toDegInt(loc.lng));
|
||||
#endif
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user