Update cubesatsim.ino

pull/153/head
alanbjohnston 4 years ago committed by GitHub
parent abcc984760
commit 9aeee94398
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2294,7 +2294,7 @@ void loop1() {
pb_press_start = millis();
} else { // still held
if ((millis() - pb_press_start) > 1000) {
blink();
blink(150);
}
} else if (pb_state == HELD) {

Loading…
Cancel
Save

Powered by TurnKey Linux.