Update Payload_BME280_MPU6050_XS.ino remove Getting GPS Data print

beta-payload
Alan Johnston 2 years ago committed by GitHub
parent 9987b6fc40
commit c95d2a0ec7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -500,7 +500,7 @@ bool check_for_wifi() {
#if defined (ARDUINO_ARCH_MBED_RP2040) || (ARDUINO_ARCH_RP2040)
void get_gps() {
Serial.println("Getting GPS data");
// Serial.println("Getting GPS data");
bool newData = false;
unsigned long start = millis();

Loading…
Cancel
Save

Powered by TurnKey Linux.