Use event queue for modem interrupt packet retrieval on ESP32 and nRF52

This commit is contained in:
Mark Qvist 2024-10-05 15:28:32 +02:00
parent c9f658e966
commit 1a2e42d93c
3 changed files with 47 additions and 3 deletions

View file

@ -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;