Update Payload_BME280_MPU6050_XS.ino add get gps print

pull/295/head
Alan Johnston 2 years ago committed by GitHub
parent b1f25755c8
commit a2c6f6f25a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -424,6 +424,7 @@ int read_analog()
void get_gps() {
#ifdef ARDUINO_ARCH_MBED_RP2040
Serial.println("Getting GPS data");
bool newData = false;
unsigned long start = millis();

Loading…
Cancel
Save

Powered by TurnKey Linux.