added bounce detection for BOOTSEL

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

@ -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!");

Loading…
Cancel
Save

Powered by TurnKey Linux.