mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2025-08-19 03:17:57 -04:00
Revert to ISR handling packets and cap SX1280 data rate
This commit is contained in:
parent
c3b5a6f47f
commit
51afd310a5
3 changed files with 29 additions and 45 deletions
1
Config.h
1
Config.h
|
@ -78,6 +78,7 @@
|
|||
bool pmu_ready = false;
|
||||
bool promisc = false;
|
||||
bool implicit = false;
|
||||
volatile bool packet_ready = false;
|
||||
uint8_t implicit_l = 0;
|
||||
|
||||
uint8_t op_mode = MODE_HOST;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue