Update payload_pico.ino

pull/277/head
Alan Johnston 2 years ago committed by GitHub
parent 8a7729e9b8
commit 3cd0e19d92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1469,7 +1469,8 @@ void get_input() {
// if (digitalRead(MAIN_PB_PIN) == PRESSED) // pushbutton is pressed
// process_pushbutton();
if (BOOTSEL) // boot selector button is pressed on Pico
process_bootsel();
// process_bootsel();
Serial.println("boot selector button pressed!");
if (prompt) {
// Serial.println("Need to prompt for input!");

Loading…
Cancel
Save

Powered by TurnKey Linux.