From: Mark Qvist Date: Mon, 7 Oct 2024 18:44:13 +0000 (+0200) Subject: Add modem comm timeout error code X-Git-Url: https://git.tnoah.ca/?a=commitdiff_plain;h=c55d907045673a87d4b0a067f58473f493b6bbfe;p=lora-radio.git Add modem comm timeout error code --- diff --git a/Framing.h b/Framing.h index 9a9499e..ac19f35 100644 --- a/Framing.h +++ b/Framing.h @@ -94,6 +94,7 @@ #define ERROR_EEPROM_LOCKED 0x03 #define ERROR_QUEUE_FULL 0x04 #define ERROR_MEMORY_LOW 0x05 + #define ERROR_MODEM_TIMEOUT 0x06 // Serial framing variables size_t frame_len;