5 second gps read

pico-payload-gps
alanbjohnston 3 years ago committed by GitHub
parent 3b6cc3eacf
commit c075d3c6c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3101,7 +3101,7 @@ void payload_OK_only()
newData = false; newData = false;
unsigned long starting = millis(); unsigned long starting = millis();
for (unsigned long start = millis(); millis() - start < 1000;) // 1000;) for (unsigned long start = millis(); millis() - start < 5000;) // 1000;)
{ {
while (Serial2.available()) while (Serial2.available())
{ {

Loading…
Cancel
Save

Powered by TurnKey Linux.