Document HW_ERR_TX_BUSY in KISS modem protocol

This commit is contained in:
ViezeVingertjes
2026-05-16 11:32:21 +02:00
parent cf9bf1d7fe
commit 79caba5bab
+1
View File
@@ -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