mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2025-05-04 07:34:49 -04:00
Fix various SX1280 issues, revamp RX ISR flow
This commit is contained in:
parent
11c9522d53
commit
379dce99b3
7 changed files with 236 additions and 84 deletions
3
Config.h
3
Config.h
|
@ -100,6 +100,9 @@
|
|||
uint32_t stat_rx = 0;
|
||||
uint32_t stat_tx = 0;
|
||||
|
||||
unsigned long last_tx = 0;
|
||||
unsigned long last_rx = 0;
|
||||
|
||||
// Power management
|
||||
#define BATTERY_STATE_DISCHARGING 0x01
|
||||
#define BATTERY_STATE_CHARGING 0x02
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue