Update Payload_BME280_MPU6050_XS.ino 1 second delay if not gps

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

@ -308,10 +308,12 @@ void loop() {
#ifdef ARDUINO_ARCH_RP2040
Serial.print("Squelch: ");
Serial.println(digitalRead(15));
get_gps();
#else
delay(1000); // not needed due to gps 1 second polling delay
#endif
// delay(1000); // not needed due to gps 1 second polling delay
get_gps();
}
void eeprom_word_write(int addr, int val)

Loading…
Cancel
Save

Powered by TurnKey Linux.