From bd3f89254dd8a779203d70531af96f6894b3a8b9 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sat, 19 Nov 2022 18:00:05 -0500 Subject: [PATCH] added PROMPT_FORMAT --- cubesatsim/cubesatsim.h | 1 + 1 file changed, 1 insertion(+) diff --git a/cubesatsim/cubesatsim.h b/cubesatsim/cubesatsim.h index adb6b68f..cbca9c76 100644 --- a/cubesatsim/cubesatsim.h +++ b/cubesatsim/cubesatsim.h @@ -126,6 +126,7 @@ #define PROMPT_VOLTAGE 9 #define PROMPT_PAYLOAD 10 #define PROMPT_TEMP 11 +#define PROMPT_FORMAT 12 #define PAYLOAD_QUERY 1 #define PAYLOAD_RESET 2