This commit is contained in:
2026-02-25 16:39:21 +01:00
parent 562427df20
commit 5a1a84f431
2 changed files with 34 additions and 27 deletions

View File

@@ -310,4 +310,8 @@ This command is only available on versions 2+
### CRC
First bit of the length from version 3 control whether there is an crc byte at the end of the command, it is not included in the length. If the request was sent with CRC, response also will be too. In case of a CRC mismatch the radio will send back [0x02 0xFF 0x01]. CRC is calculated with the lenght included
First bit of the length from version 3 control whether there is an crc byte at the end of the command, it is not included in the length. If the request was sent with CRC, response also will be too. In case of a CRC mismatch the radio will send back [0x02 0xFF 0x01]. CRC is calculated with the lenght included
## Changes
Length is now 16 bits. MSB is now the last bit of the 16 bits.