Skip to content

Commit

Permalink
Backerds
Browse files Browse the repository at this point in the history
  • Loading branch information
thebentern authored and fifieldt committed Nov 20, 2024
1 parent 437b1b6 commit ec755d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/PositionModule.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit ec755d6

Please sign in to comment.