changed sleep to delay in loop1

pico-button-core
alanbjohnston 3 years ago committed by GitHub
parent 08fc5df40f
commit 9dc4ba3de2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3277,7 +3277,8 @@ void loop1() {
sampleTime = (unsigned int) millis();
}
Serial.println("l5");
sleep(1.0);
// sleep(1.0);
delay(1000);
Serial.println("l6");
/*
Serial.print("l1 ");

Loading…
Cancel
Save

Powered by TurnKey Linux.