From fec9e4613f527c3940cfe5ba9a652e2989b4d7de Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 22 Jul 2024 12:04:45 -0400 Subject: [PATCH] Update main.h changed repeater and commands to 11 and 12 --- main.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.h b/main.h index b3627a21..eb82e27b 100644 --- a/main.h +++ b/main.h @@ -105,8 +105,8 @@ FILE *telem_file; #define BPSK 3 #define SSTV 4 #define CW 5 -#define REPEATER 6 -#define TXCOMMAND 7 +#define REPEATER 11 +#define TXCOMMAND 12 int rpitxStatus = -1;