Update Payload_BME280_MPU6050_XS.ino gps code back in

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

@ -484,7 +484,7 @@ bool check_for_wifi() {
} }
void get_gps() { void get_gps() {
#ifndef ARDUINO_ARCH_RP2040 //#ifndef ARDUINO_ARCH_RP2040
bool newData = false; bool newData = false;
unsigned long start = millis(); unsigned long start = millis();
@ -527,5 +527,5 @@ void get_gps() {
} else } else
// Serial.printf("GPS read no new data: %d\n", millis() - start); // Serial.printf("GPS read no new data: %d\n", millis() - start);
; ;
#endif //#endif
} }

Loading…
Cancel
Save

Powered by TurnKey Linux.