Skip to content

Commit 438e85c

Browse files
committed
MouldKing: match original
1 parent 06b336e commit 438e85c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Multiprotocol/MouldKg_nrf24l01.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ static void __attribute__((unused)) MOULDKG_send_packet()
4646
XN297_RFChannel(hopping_frequency[(packet_count>>1)&0x03]);
4747

4848
uint8_t val=0;
49-
if(packet_count&1)
49+
if(packet_count&1==0)
5050
{
5151
packet[0] = 0x31;
5252
//Button B

Protocols_Details.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1643,8 +1643,9 @@ A|E|T|R|DR|THOLD|IDLEUP|GYRO|Ttrim|Atrim|Etrim
16431643
Dual Rate: +100%=full range, Throttle Hold: +100%=hold, Idle Up: +100%=3D, GYRO: -100%=6G, +100%=3G
16441644

16451645
### Sub_protocol WLTOYS - *0*
1646+
Models: V966/V977/F959S/...
1647+
16461648
### Sub_protocol FEILUN - *1*
1647-
Same channels assignement as above.
16481649

16491650
## HONTAI - *26*
16501651
Autobind protocol

0 commit comments

Comments
 (0)