Finally - new sexy ultra low power/low latency GPS code is in for TBEAM

This commit is contained in:
geeksville
2020-03-14 18:45:24 -07:00
parent 3c1357b732
commit 9c971d3686
2 changed files with 5 additions and 6 deletions

View File

@@ -206,7 +206,7 @@ void GPS::doTask()
#endif
// Once we have sent a location once we only poll the GPS rarely, otherwise check back every 1s until we have something over the serial
setPeriod(hasValidLocation && !wantNewLocation ? 30 * 1000 : 1000);
setPeriod(hasValidLocation && !wantNewLocation ? 30 * 1000 : 10 * 1000);
}
void GPS::startLock()