mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2025-06-06 05:59:37 -04:00
Updated version
This commit is contained in:
parent
98dffc5aa9
commit
c46f908d0b
1 changed files with 3 additions and 1 deletions
4
Config.h
4
Config.h
|
@ -4,7 +4,7 @@
|
||||||
#define CONFIG_H
|
#define CONFIG_H
|
||||||
|
|
||||||
#define MAJ_VERS 0x01
|
#define MAJ_VERS 0x01
|
||||||
#define MIN_VERS 0x28
|
#define MIN_VERS 0x32
|
||||||
|
|
||||||
#define PLATFORM_AVR 0x90
|
#define PLATFORM_AVR 0x90
|
||||||
#define PLATFORM_ESP32 0x80
|
#define PLATFORM_ESP32 0x80
|
||||||
|
@ -233,7 +233,9 @@
|
||||||
// Operational variables
|
// Operational variables
|
||||||
bool radio_locked = true;
|
bool radio_locked = true;
|
||||||
bool radio_online = false;
|
bool radio_online = false;
|
||||||
|
bool community_fw = true;
|
||||||
bool hw_ready = false;
|
bool hw_ready = false;
|
||||||
|
bool radio_error = false;
|
||||||
bool disp_ready = false;
|
bool disp_ready = false;
|
||||||
bool pmu_ready = false;
|
bool pmu_ready = false;
|
||||||
bool promisc = false;
|
bool promisc = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue