mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2025-06-20 20:44:09 -04:00
Added implicit header mode
This commit is contained in:
parent
ab99c2abd9
commit
3cfbb0cf58
4 changed files with 46 additions and 10 deletions
12
Config.h
12
Config.h
|
@ -4,7 +4,7 @@
|
|||
#define CONFIG_H
|
||||
|
||||
#define MAJ_VERS 0x01
|
||||
#define MIN_VERS 0x10
|
||||
#define MIN_VERS 0x11
|
||||
|
||||
#define MCU_1284P 0x91
|
||||
|
||||
|
@ -61,10 +61,12 @@
|
|||
uint32_t lora_freq = 0;
|
||||
|
||||
// Operational variables
|
||||
bool radio_locked = true;
|
||||
bool radio_online = false;
|
||||
bool hw_ready = false;
|
||||
bool promisc = false;
|
||||
bool radio_locked = true;
|
||||
bool radio_online = false;
|
||||
bool hw_ready = false;
|
||||
bool promisc = false;
|
||||
bool implicit = false;
|
||||
uint8_t implicit_l = 0;
|
||||
|
||||
uint8_t op_mode = MODE_HOST;
|
||||
uint8_t model = 0x00;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue