From e9c12210ce4fc46982b25114c00a2bce41a96303 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Wed, 24 Aug 2022 23:05:32 -0400 Subject: [PATCH] added PROMT_TEMP --- cubesatsim/cubesatsim.h | 1 + 1 file changed, 1 insertion(+) diff --git a/cubesatsim/cubesatsim.h b/cubesatsim/cubesatsim.h index f7a3a83b..42aabcdf 100644 --- a/cubesatsim/cubesatsim.h +++ b/cubesatsim/cubesatsim.h @@ -125,6 +125,7 @@ #define PROMPT_DEBUG 8 #define PROMPT_VOLTAGE 9 #define PROMPT_PAYLOAD 10 +#define PROMPT_TEMP 11 #define PAYLOAD_QUERY 1 #define PAYLOAD_RESET 2