Update cubesatsim.ino

pico-v0.38
alanbjohnston 3 years ago committed by GitHub
parent 12ade6d0ce
commit b6802f7415
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3398,7 +3398,7 @@ void sleep(float timer) { // sleeps for intervals more than 0.01 milli seconds
void process_pushbutton() {
if (new_mode != mode) {
if ((new_mode != mode) || (prompt != false)) {
Serial.println("******* PB bounce error!! *******\n\n");
return;
}

Loading…
Cancel
Save

Powered by TurnKey Linux.