Removed DOP to string utility function from GPS.cpp since it's now drawn directly in screen.cpp

This commit is contained in:
Professr
2020-06-21 17:43:34 -07:00
parent c66e064f42
commit d8287e9cdb
2 changed files with 0 additions and 14 deletions

View File

@@ -334,7 +334,6 @@ void loop()
screen.debug()->setNodeNumbersStatus(nodeDB.getNumOnlineNodes(), nodeDB.getNumNodes());
screen.debug()->setChannelNameStatus(channelSettings.name);
screen.debug()->setPowerStatus(powerStatus);
screen.debug()->setGPSStatus(gps->isConnected ? (gps->hasLock() ? getDOPString(gps->dop) : "No Sats") : "No GPS");
// No GPS lock yet, let the OS put the main CPU in low power mode for 100ms (or until another interrupt comes in)
// i.e. don't just keep spinning in loop as fast as we can.