remove else prompting print

pull/264/head
alanbjohnston 3 years ago committed by GitHub
parent d518fbab03
commit 6bea66ee8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4843,8 +4843,9 @@ void prompt_for_input() {
}
prompt = false;
prompting = false;
} else
Serial.println("Already prompting!");
}
// else
// Serial.println("Already prompting!");
}
void get_serial_string() {

Loading…
Cancel
Save

Powered by TurnKey Linux.