mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2024-12-26 07:59:40 -05:00
Add modem comm timeout error code
This commit is contained in:
parent
30f92c0f3f
commit
c55d907045
@ -94,6 +94,7 @@
|
|||||||
#define ERROR_EEPROM_LOCKED 0x03
|
#define ERROR_EEPROM_LOCKED 0x03
|
||||||
#define ERROR_QUEUE_FULL 0x04
|
#define ERROR_QUEUE_FULL 0x04
|
||||||
#define ERROR_MEMORY_LOW 0x05
|
#define ERROR_MEMORY_LOW 0x05
|
||||||
|
#define ERROR_MODEM_TIMEOUT 0x06
|
||||||
|
|
||||||
// Serial framing variables
|
// Serial framing variables
|
||||||
size_t frame_len;
|
size_t frame_len;
|
||||||
|
Loading…
Reference in New Issue
Block a user