Update Payload_BME280_MPU6050_XS.ino typo missing //

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

@ -326,7 +326,7 @@ void loop() {
Serial.println(digitalRead(15));
#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();
}

Loading…
Cancel
Save

Powered by TurnKey Linux.