mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2025-05-03 15:14:51 -04:00
Use event queue for modem interrupt packet retrieval on ESP32 and nRF52
This commit is contained in:
parent
c9f658e966
commit
1a2e42d93c
3 changed files with 47 additions and 3 deletions
1
Config.h
1
Config.h
|
@ -100,6 +100,7 @@
|
|||
bool pmu_ready = false;
|
||||
bool promisc = false;
|
||||
bool implicit = false;
|
||||
bool memory_low = false;
|
||||
uint8_t implicit_l = 0;
|
||||
|
||||
uint8_t op_mode = MODE_HOST;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue