try prompt == false

pull/177/head
alanbjohnston 4 years ago committed by GitHub
parent b328e8398b
commit 6b96b2c02f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3609,8 +3609,8 @@ void load_files() {
void serial_input() {
if (!prompt) { // only query if not in the middle of prompting
if (prompt == false) { // only query if not in the middle of prompting
if (Serial.available() > 0) { // check for user input on serial port
// blink(50);

Loading…
Cancel
Save

Powered by TurnKey Linux.