add prompt after serial_input

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

@ -333,6 +333,11 @@ void loop() {
// get_input();
serial_input();
if (prompt) {
// Serial.println("Need to prompt for input!");
prompt_for_input();
prompt = false;
}
// Calculate loop time
if (debug_mode) {

Loading…
Cancel
Save

Powered by TurnKey Linux.