increased gps duty cycle timing to 3 minutes awake

This commit is contained in:
pelgraine
2026-02-10 22:40:05 +11:00
parent f0dc218a57
commit fa747bfce2
3 changed files with 7 additions and 13 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
// How long to leave GPS powered on while acquiring a fix (ms)
#ifndef GPS_ACQUIRE_TIMEOUT_MS
#define GPS_ACQUIRE_TIMEOUT_MS 60000 // 60 seconds
#define GPS_ACQUIRE_TIMEOUT_MS 180000 // 3 minutes
#endif
// How long to sleep between acquisition cycles (ms)