increase delay in gps read spin task
This commit is contained in:
parent
dc427314a1
commit
dfa25cd2b4
@ -172,7 +172,7 @@ void gps_loop(void *pvParameters) {
|
|||||||
// gps.passedChecksum(), gps.failedChecksum(),
|
// gps.passedChecksum(), gps.failedChecksum(),
|
||||||
// gps.sentencesWithFix());
|
// gps.sentencesWithFix());
|
||||||
|
|
||||||
yield(); // yield to CPU
|
delay(50);
|
||||||
|
|
||||||
} // end of infinite loop
|
} // end of infinite loop
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user