diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index ab091d41..d9da39f0 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -3513,6 +3513,12 @@ void process_pushbutton() { } void process_bootsel() { + + if ((new_mode != mode) || (prompt != false)) { + Serial.println("******* BOOTSEL bounce error!! *******\n\n"); + return; + } + // Serial.println("BOOTSEL pressed!");