Skip to content

Commit

Permalink
let gps to search for a fix for 180 seconds, instead of 120 seconds
Browse files Browse the repository at this point in the history
MedadRufus committed Aug 21, 2020
1 parent f307a5a commit 5a3a689
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -91,7 +91,7 @@ void Error_Handler(void);
/* GPS RELATED DEFINES */
/* ----------------------------------------------------------------------------------- */

#define GPS_LOCATION_FIX_TIMEOUT 120000
#define GPS_LOCATION_FIX_TIMEOUT 180000
#define GPS_WAKEUP_TIMEOUT 1000


0 comments on commit 5a3a689

Please sign in to comment.