Skip to content

Commit d091c57

Browse files
committed
MouldKg swap CH5 and CH6
1 parent 0fcb4b7 commit d091c57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Multiprotocol/MouldKg_nrf24l01.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ static void __attribute__((unused)) MOULDKG_send_packet()
5353
if(sub_protocol == MOULDKG_ANALOG4 || sub_protocol == MOULDKG_ANALOG6 )
5454
{
5555
packet[0] = 0x36;
56-
const uint8_t ch[]={ 1,0,2,3,4,5 };
56+
const uint8_t ch[]={ 1,0,2,3,5,4 };
5757
if(sub_protocol == MOULDKG_ANALOG6)
5858
n += num_ch<<1;
5959
for(uint8_t i=0;i<6;i++)

0 commit comments

Comments
 (0)