From 4ff9ee1713f8feec1600a370d4cfe969f29d5a4d Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Wed, 17 Aug 2022 04:26:27 -0400 Subject: [PATCH] added prompt variable --- cubesatsim/cubesatsim.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cubesatsim/cubesatsim.h b/cubesatsim/cubesatsim.h index 8c290401..8e76c564 100644 --- a/cubesatsim/cubesatsim.h +++ b/cubesatsim/cubesatsim.h @@ -104,6 +104,11 @@ #define OFF - 1 #define ON 1 +#define PROMPT_CALLSIGN 1 +#define PROMPT_SIM 2 +#define PROMPT_LAT 3 + +volatile int prompt = false; //#define WAV_DATA_LENGTH (50000 * 8) uint32_t tx_freq_hz = 434900000 + FREQUENCY_OFFSET;