Update Payload_BME280_MPU6050_XS.ino removed printf

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

@ -498,7 +498,7 @@ void get_gps() {
} }
} }
if (newData) { if (newData) {
Serial.printf("GPS read new data in ms: %d\n", millis() - start); //// Serial.printf("GPS read new data in ms: %d\n", millis() - start);
// float flon = 0.0, flat = 0.0, flalt = 0.0; // float flon = 0.0, flat = 0.0, flalt = 0.0;
// unsigned long age; // unsigned long age;
// starting = millis(); // starting = millis();

Loading…
Cancel
Save

Powered by TurnKey Linux.