mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-02-04 16:38:12 +00:00
MouldKing: match original
This commit is contained in:
parent
06b336ee59
commit
438e85c551
@ -46,7 +46,7 @@ static void __attribute__((unused)) MOULDKG_send_packet()
|
||||
XN297_RFChannel(hopping_frequency[(packet_count>>1)&0x03]);
|
||||
|
||||
uint8_t val=0;
|
||||
if(packet_count&1)
|
||||
if(packet_count&1==0)
|
||||
{
|
||||
packet[0] = 0x31;
|
||||
//Button B
|
||||
|
@ -1643,8 +1643,9 @@ A|E|T|R|DR|THOLD|IDLEUP|GYRO|Ttrim|Atrim|Etrim
|
||||
Dual Rate: +100%=full range, Throttle Hold: +100%=hold, Idle Up: +100%=3D, GYRO: -100%=6G, +100%=3G
|
||||
|
||||
### Sub_protocol WLTOYS - *0*
|
||||
Models: V966/V977/F959S/...
|
||||
|
||||
### Sub_protocol FEILUN - *1*
|
||||
Same channels assignement as above.
|
||||
|
||||
## HONTAI - *26*
|
||||
Autobind protocol
|
||||
|
Loading…
x
Reference in New Issue
Block a user