Update Payload_BME280_MPU6050_XS.ino delay 1 sec at start not 10

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

@ -69,7 +69,7 @@ void setup() {
Serial1.begin(115200); // for communication with Pi Zero
delay(10000);
delay(1000);
Serial.println("Starting!");

Loading…
Cancel
Save

Powered by TurnKey Linux.