Update cubesatsim.ino

pull/153/head
alanbjohnston 4 years ago committed by GitHub
parent 3e64bd5d32
commit 322383e206
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2351,7 +2351,6 @@ void process_pushbutton() {
}
if (release == FALSE) {
digitalWrite(MAIN_PB_PIN, LOW);
blinkTimes(4);
sleep(1.5);
}
@ -2363,7 +2362,6 @@ void process_pushbutton() {
}
if (release == FALSE) {
digitalWrite(MAIN_PB_PIN, LOW);
blinkTimes(5);
sleep(1.5);
}

Loading…
Cancel
Save

Powered by TurnKey Linux.