From ac2457c21b66fa34a7b31391b268d305048e3ea7 Mon Sep 17 00:00:00 2001 From: Christopher <37952651+osiemk@users.noreply.github.com> Date: Wed, 30 Aug 2023 22:25:17 +0200 Subject: [PATCH] Update config.c small bug - nonaprs status was not stored in memory. --- Src/config.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Src/config.c b/Src/config.c index 893aeb9..3d1b2a3 100644 --- a/Src/config.c +++ b/Src/config.c @@ -95,8 +95,8 @@ along with VP-Digi. If not, see . #define CONFIG_PWM_FLAT 1204 #define CONFIG_KISSMONITOR 1206 #define CONFIG_DEST 1208 -#define CONFIG_ALLOWNONAPRS 1214 -#define CONFIG_XXX 1216 //next address (not used) +#define CONFIG_ALLOWNONAPRS 1216 +#define CONFIG_XXX 1218 //next address (not used) /**