mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-03-16 13:59:13 +00:00
MouldKg swap CH5 and CH6
This commit is contained in:
parent
0fcb4b7f1a
commit
d091c57e10
@ -53,7 +53,7 @@ static void __attribute__((unused)) MOULDKG_send_packet()
|
||||
if(sub_protocol == MOULDKG_ANALOG4 || sub_protocol == MOULDKG_ANALOG6 )
|
||||
{
|
||||
packet[0] = 0x36;
|
||||
const uint8_t ch[]={ 1,0,2,3,4,5 };
|
||||
const uint8_t ch[]={ 1,0,2,3,5,4 };
|
||||
if(sub_protocol == MOULDKG_ANALOG6)
|
||||
n += num_ch<<1;
|
||||
for(uint8_t i=0;i<6;i++)
|
||||
|
Loading…
x
Reference in New Issue
Block a user