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