|
|
|
@ -3608,7 +3608,9 @@ void load_files() {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
void serial_input() {
|
|
|
|
void serial_input() {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (!prompt) { // only query if not in the middle of prompting
|
|
|
|
|
|
|
|
|
|
|
|
if (Serial.available() > 0) { // check for user input on serial port
|
|
|
|
if (Serial.available() > 0) { // check for user input on serial port
|
|
|
|
|
|
|
|
|
|
|
|
// blink(50);
|
|
|
|
// blink(50);
|
|
|
|
@ -3708,6 +3710,7 @@ void serial_input() {
|
|
|
|
sleep(2.0);
|
|
|
|
sleep(2.0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
void prompt_for_input() {
|
|
|
|
void prompt_for_input() {
|
|
|
|
|