mirror of
https://github.com/meshtastic/firmware.git
synced 2025-09-28 20:24:25 +00:00
Backerds
This commit is contained in:
parent
437b1b6535
commit
ec755d61d9
@ -154,9 +154,9 @@ bool PositionModule::hasQualityTimesource()
|
||||
bool PositionModule::hasGPS()
|
||||
{
|
||||
#if MESHTASTIC_EXCLUDE_GPS
|
||||
return gps && gps->isConnected();
|
||||
#else
|
||||
return false;
|
||||
#else
|
||||
return gps && gps->isConnected();
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user