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()
|
bool PositionModule::hasGPS()
|
||||||
{
|
{
|
||||||
#if MESHTASTIC_EXCLUDE_GPS
|
#if MESHTASTIC_EXCLUDE_GPS
|
||||||
return gps && gps->isConnected();
|
|
||||||
#else
|
|
||||||
return false;
|
return false;
|
||||||
|
#else
|
||||||
|
return gps && gps->isConnected();
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user