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

@ -93,6 +93,7 @@
#define ERROR_TXFAILED 0x02
#define ERROR_EEPROM_LOCKED 0x03
#define ERROR_QUEUE_FULL 0x04
#define ERROR_MEMORY_LOW 0x05
// Serial framing variables
size_t frame_len;