From 86cb2e90a412976e433c8144193ea2a2efae6d2e Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Wed, 24 Aug 2022 20:13:42 -0400 Subject: [PATCH] added PROMPT_PAYLOAD --- cubesatsim/cubesatsim.h | 1 + 1 file changed, 1 insertion(+) diff --git a/cubesatsim/cubesatsim.h b/cubesatsim/cubesatsim.h index d83b8e5c..4264c4a7 100644 --- a/cubesatsim/cubesatsim.h +++ b/cubesatsim/cubesatsim.h @@ -124,6 +124,7 @@ #define PROMPT_RESTART 7 #define PROMPT_DEBUG 8 #define PROMPT_VOLTAGE 9 +#define PROMPT_PAYLOAD 10 #define PAYLOAD_QUERY 1 #define PAYLOAD_RESET 2