]> git.tnoah.ca Git - lora-radio.git/commitdiff
Updated version
authorMark Qvist <mark@unsigned.io>
Sat, 29 Oct 2022 14:42:46 +0000 (16:42 +0200)
committerMark Qvist <mark@unsigned.io>
Sat, 29 Oct 2022 14:42:46 +0000 (16:42 +0200)
Config.h

index d3a6952401c7df4bcb5e179d435e81623cc83543..2b256abbc3a1c57e7b18c5293829da9967f92c1c 100644 (file)
--- 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
        // 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;