EDEBUG --> DEBUG

This commit is contained in:
Tom Fifield 2024-11-04 19:45:15 +08:00
parent 06ab5e5a4e
commit 036fb59f3b

View File

@ -1555,7 +1555,7 @@ bool GPS::lookForLocation()
return false; return false;
} }
if (toDegInt(loc.lng) > 1800000000) { if (toDegInt(loc.lng) > 1800000000) {
#ifdef GPS_EDEBUG #ifdef GPS_DEBUG
LOG_DEBUG("Bail out EARLY on LNG %i", toDegInt(loc.lng)); LOG_DEBUG("Bail out EARLY on LNG %i", toDegInt(loc.lng));
#endif #endif
return false; return false;