pico-v0.1
alanbjohnston 4 years ago committed by GitHub
parent eb43633c5d
commit 455b31b3ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2628,7 +2628,7 @@ void process_bootsel() {
}
// pb_value = digitalRead(MAIN_PB_PIN);
if ((!BOOTSEL)D) && (release == FALSE)) {
if ((!BOOTSEL) && (release == FALSE)) {
Serial.println("BOOTSEL: Switch to SSTV");
release = TRUE;
}

Loading…
Cancel
Save

Powered by TurnKey Linux.