mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-07-12 17:57:53 +00:00
struct change for checksum
This commit is contained in:
parent
255353a054
commit
76f1ec65f0
@ -65,6 +65,8 @@ typedef struct {
|
|||||||
* mask 0x80>>7 Unused by RX. Contains max power override flag for Multiprotocol T module
|
* mask 0x80>>7 Unused by RX. Contains max power override flag for Multiprotocol T module
|
||||||
*/
|
*/
|
||||||
uint8_t modelNum;
|
uint8_t modelNum;
|
||||||
|
uint8_t checkSum_LSB;
|
||||||
|
uint8_t checkSum_MSB;
|
||||||
uint8_t payloadValue [CABELL_PAYLOAD_BYTES] = {0}; //12 bits per channel value, unsigned
|
uint8_t payloadValue [CABELL_PAYLOAD_BYTES] = {0}; //12 bits per channel value, unsigned
|
||||||
} CABELL_RxTxPacket_t;
|
} CABELL_RxTxPacket_t;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user