remove delay

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

@ -3278,8 +3278,8 @@ void loop1() {
}
Serial.println("l5");
// sleep(1.0);
delay(1000);
Serial.println("l6");
// delay(1000);
// Serial.println("l6");
/*
Serial.print("l1 ");
Serial.print(wav_position);

Loading…
Cancel
Save

Powered by TurnKey Linux.