From 79caba5bab92250e5664883c23ba2b2562f2ae7b Mon Sep 17 00:00:00 2001 From: ViezeVingertjes Date: Sat, 16 May 2026 11:32:21 +0200 Subject: [PATCH] Document HW_ERR_TX_BUSY in KISS modem protocol --- docs/kiss_modem_protocol.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/kiss_modem_protocol.md b/docs/kiss_modem_protocol.md index 8fbb57e456..e070ec4f18 100644 --- a/docs/kiss_modem_protocol.md +++ b/docs/kiss_modem_protocol.md @@ -156,6 +156,7 @@ Response codes use the high-bit convention: `response = command | 0x80`. Generic | MacFailed | `0x04` | MAC verification failed | | UnknownCmd | `0x05` | Unknown sub-command | | EncryptFailed | `0x06` | Encryption failed | +| TxBusy | `0x07` | Transmit busy | ### Unsolicited Events