Update Payload_BME280_MPU6050_XS.ino add delay(1000)

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

@ -326,8 +326,8 @@ void loop() {
Serial.println(digitalRead(15)); Serial.println(digitalRead(15));
#endif #endif
// delay(1000); not needed due to gps 1 second polling delay delay(1000); not needed due to gps 1 second polling delay
get_gps(); // get_gps();
} }

Loading…
Cancel
Save

Powered by TurnKey Linux.