Update Payload_BME280_MPU6050_XS.ino don't go gps if not Pico

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

@ -419,6 +419,7 @@ int read_analog()
}
void get_gps() {
#ifdef ARDUINO_ARCH_RP2040
bool newData = false;
unsigned long start = millis();
@ -463,4 +464,5 @@ void get_gps() {
} else
// Serial.printf("GPS read no new data: %d\n", millis() - start);
;
#endif
}

Loading…
Cancel
Save

Powered by TurnKey Linux.