From 4429700cd4c93abe2c4d329c616539f8c65c77d3 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Mon, 5 Dec 2022 16:59:30 -0500 Subject: [PATCH] added get input before forced help prompt --- cubesatsim/cubesatsim.ino | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index a5afd5ca..c6a3b177 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -167,6 +167,8 @@ void setup() { // start_pwm(); program_radio(); + get_input(); + prompt = PROMPT_HELP; // display input help menu prompt_for_input();