소스 검색

Merge pull request #2574 from ViezeVingertjes/docs/kiss-txbusy-error

Document HW_ERR_TX_BUSY in KISS modem protocol
Liam Cottle 2 달 전
부모
커밋
39b333656b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      docs/kiss_modem_protocol.md

+ 1 - 0
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