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

@ -3100,7 +3100,7 @@ void payload_OK_only()
// For one second we parse GPS data and report some key values
newData = false;
unsigned long starting = millis()
unsigned long starting = millis();
for (unsigned long start = millis(); millis() - start < 1000;) // 1000;)
{
while (Serial2.available())

Loading…
Cancel
Save

Powered by TurnKey Linux.