add newData declaration

pull/294/head
Alan Johnston 2 years ago committed by GitHub
parent 60dcfc9b1a
commit d768868f02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -543,7 +543,7 @@ bool check_for_wifi() {
void get_gps() {
newData = false;
bool newData = false;
unsigned long starting = millis();
for (unsigned long start = millis(); millis() - start < 1000;) // 5000;)

Loading…
Cancel
Save

Powered by TurnKey Linux.