save before removing approach with rememberCommandId

This commit is contained in:
2021-02-19 15:41:50 +01:00
parent 6e0e840c3a
commit 13c75ed9c2
4 changed files with 203 additions and 23 deletions

View File

@ -24,6 +24,9 @@ namespace SYRLINKS {
/** Size of a simple transmission success response */
static const uint8_t REQUEST_STATUS_REPLY_SIZE = 11;
static const uint8_t SIZE_CRC_AND_TERMINATION = 5;
/** The size of the header with the message identifier and the payload size field */
static const uint8_t MESSAGE_HEADER_SIZE = 5;
/** Size of reply to an rx status registers request */
static const uint8_t RX_STATUS_REGISTERS_REPLY_SIZE = 39;