From c46f908d0bd46e80301aec2ff9031c2a84a465b5 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Sat, 29 Oct 2022 16:42:46 +0200 Subject: [PATCH] Updated version --- Config.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Config.h b/Config.h index d3a6952..2b256ab 100644 --- a/Config.h +++ b/Config.h @@ -4,7 +4,7 @@ #define CONFIG_H #define MAJ_VERS 0x01 - #define MIN_VERS 0x28 + #define MIN_VERS 0x32 #define PLATFORM_AVR 0x90 #define PLATFORM_ESP32 0x80 @@ -233,7 +233,9 @@ // Operational variables bool radio_locked = true; bool radio_online = false; + bool community_fw = true; bool hw_ready = false; + bool radio_error = false; bool disp_ready = false; bool pmu_ready = false; bool promisc = false;