From 6b96b2c02f878dd7c11997672c06baa052ae0cb4 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Wed, 17 Aug 2022 06:15:46 -0400 Subject: [PATCH] try prompt == false --- cubesatsim/cubesatsim.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index 799709a2..02f0f169 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -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);