From c95ee19afd638f78f529e67b7708122657ce6410 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Thu, 12 Jan 2023 07:08:26 -0500 Subject: [PATCH] added PROMPT_WIFI --- cubesatsim/cubesatsim.h | 1 + 1 file changed, 1 insertion(+) diff --git a/cubesatsim/cubesatsim.h b/cubesatsim/cubesatsim.h index f6719b1f..fba8e7f4 100644 --- a/cubesatsim/cubesatsim.h +++ b/cubesatsim/cubesatsim.h @@ -129,6 +129,7 @@ #define PROMPT_FORMAT 12 #define PROMPT_REBOOT 13 #define PROMPT_I2CSCAN 14 +#define PROMPT_WIFI 15 #define PAYLOAD_QUERY 1 #define PAYLOAD_RESET 2