From 647278461363f4df74e5fc50f21ac177cbf16cae Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Tue, 28 Feb 2023 00:11:50 -0500 Subject: [PATCH] added prompting --- cubesatsim/cubesatsim.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cubesatsim/cubesatsim.h b/cubesatsim/cubesatsim.h index 9ad25fe0..4bdcb82c 100644 --- a/cubesatsim/cubesatsim.h +++ b/cubesatsim/cubesatsim.h @@ -137,6 +137,8 @@ #define PAYLOAD_CLEAR 3 volatile int prompt = false; +volatile int prompting = false; + char serial_string[128]; float get_cpu_temp();