mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-08-02 10:16:11 +00:00
Document HW_ERR_TX_BUSY in KISS modem protocol
This commit is contained in:
@@ -156,6 +156,7 @@ Response codes use the high-bit convention: `response = command | 0x80`. Generic
|
|||||||
| MacFailed | `0x04` | MAC verification failed |
|
| MacFailed | `0x04` | MAC verification failed |
|
||||||
| UnknownCmd | `0x05` | Unknown sub-command |
|
| UnknownCmd | `0x05` | Unknown sub-command |
|
||||||
| EncryptFailed | `0x06` | Encryption failed |
|
| EncryptFailed | `0x06` | Encryption failed |
|
||||||
|
| TxBusy | `0x07` | Transmit busy |
|
||||||
|
|
||||||
### Unsolicited Events
|
### Unsolicited Events
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user