Browse Source
Merge pull request #2574 from ViezeVingertjes/docs/kiss-txbusy-error
Document HW_ERR_TX_BUSY in KISS modem protocol
pull/2576/head
Liam Cottle
3 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
0 deletions
-
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 |
|
|
|
|
|
|
|
|