Skip to content

Commit 6bea66e

Browse files
remove else prompting print
1 parent d518fba commit 6bea66e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

cubesatsim/cubesatsim.ino

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4843,8 +4843,9 @@ void prompt_for_input() {
48434843
}
48444844
prompt = false;
48454845
prompting = false;
4846-
} else
4847-
Serial.println("Already prompting!");
4846+
}
4847+
// else
4848+
// Serial.println("Already prompting!");
48484849
}
48494850

48504851
void get_serial_string() {

0 commit comments

Comments
 (0)