Remove gps_attempt_time and use broadcast interval instead (#3064)

This commit is contained in:
Ben Meadors
2024-01-07 09:35:19 -06:00
committed by GitHub
parent c2afa879b8
commit ea651c2f8f
4 changed files with 4 additions and 10 deletions

View File

@@ -70,7 +70,7 @@ class GPS : private concurrency::OSThread
/**
* hasValidLocation - indicates that the position variables contain a complete
* GPS location, valid and fresh (< gps_update_interval + gps_attempt_time)
* GPS location, valid and fresh (< gps_update_interval + position_broadcast_secs)
*/
bool hasValidLocation = false; // default to false, until we complete our first read