mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2025-05-03 15:14:51 -04:00
Cleanup
This commit is contained in:
parent
aa7bb49b30
commit
a796e56dd9
2 changed files with 0 additions and 10 deletions
5
Config.h
5
Config.h
|
@ -183,11 +183,6 @@
|
|||
uint32_t last_status_update = 0;
|
||||
uint32_t last_dcd = 0;
|
||||
|
||||
// Status flags
|
||||
const uint8_t SIG_DETECT = 0x01;
|
||||
const uint8_t SIG_SYNCED = 0x02;
|
||||
const uint8_t RX_ONGOING = 0x04;
|
||||
|
||||
// Power management
|
||||
#define BATTERY_STATE_UNKNOWN 0x00
|
||||
#define BATTERY_STATE_DISCHARGING 0x01
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue