mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-02-04 22:48:12 +00:00
KF606/MIG320: Added LED control
This commit is contained in:
parent
49068af59f
commit
3fe6dc64fa
@ -115,7 +115,7 @@
|
|||||||
71,0,JJRC345,JJRC345,1,Flip,HLess,RTH,LED,UNK1,UNK2,UNK3
|
71,0,JJRC345,JJRC345,1,Flip,HLess,RTH,LED,UNK1,UNK2,UNK3
|
||||||
71,1,JJRC345,SkyTmblr,1,Flip,HLess,RTH,LED,UNK1,UNK2,UNK3
|
71,1,JJRC345,SkyTmblr,1,Flip,HLess,RTH,LED,UNK1,UNK2,UNK3
|
||||||
49,0,KF606,KF606,1,Trim
|
49,0,KF606,KF606,1,Trim
|
||||||
49,1,KF606,MIG320,1,Trim
|
49,1,KF606,MIG320,1,Trim,LED
|
||||||
9,0,KN,WLToys,0,DRate,THold,IdleUp,Gyro,Ttrim,Atrim,Etrim
|
9,0,KN,WLToys,0,DRate,THold,IdleUp,Gyro,Ttrim,Atrim,Etrim
|
||||||
9,1,KN,Feilun,0,DRate,THold,IdleUp,Gyro,Ttrim,Atrim,Etrim
|
9,1,KN,Feilun,0,DRate,THold,IdleUp,Gyro,Ttrim,Atrim,Etrim
|
||||||
73,0,Kyosho,Std,0,CH5,CH6,CH7,CH8,CH9,CH10,CH11,CH12,CH13,CH14
|
73,0,Kyosho,Std,0,CH5,CH6,CH7,CH8,CH9,CH10,CH11,CH12,CH13,CH14
|
||||||
|
@ -57,6 +57,7 @@ static void __attribute__((unused)) KF606_send_packet()
|
|||||||
packet[3] = 0x01;
|
packet[3] = 0x01;
|
||||||
else if(packet[3] > 0x1F)
|
else if(packet[3] > 0x1F)
|
||||||
packet[3] = 0x1F;
|
packet[3] = 0x1F;
|
||||||
|
packet[3] |= GET_FLAG(CH6_SW, 0xC0); // 0xC0 and 0xE0 are both turning the LED off, not sure if there is another hidden feature
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
#define VERSION_MAJOR 1
|
#define VERSION_MAJOR 1
|
||||||
#define VERSION_MINOR 3
|
#define VERSION_MINOR 3
|
||||||
#define VERSION_REVISION 3
|
#define VERSION_REVISION 3
|
||||||
#define VERSION_PATCH_LEVEL 11
|
#define VERSION_PATCH_LEVEL 12
|
||||||
|
|
||||||
#define MODE_SERIAL 0
|
#define MODE_SERIAL 0
|
||||||
|
|
||||||
|
@ -1025,16 +1025,20 @@ New generation of GD models
|
|||||||
|
|
||||||
## KF606 - *49*
|
## KF606 - *49*
|
||||||
|
|
||||||
|
### Sub_protocol KF606 - *0*
|
||||||
|
Model: KF606
|
||||||
|
|
||||||
CH1|CH2|CH3|CH4|CH5
|
CH1|CH2|CH3|CH4|CH5
|
||||||
---|---|---|---|---
|
---|---|---|---|---
|
||||||
A||T||TRIM
|
A||T||TRIM
|
||||||
|
|
||||||
### Sub_protocol KF606 - *0*
|
|
||||||
Model: KF606
|
|
||||||
|
|
||||||
### Sub_protocol MIG320 - *1*
|
### Sub_protocol MIG320 - *1*
|
||||||
Model: Zhiyang MIG-320
|
Model: Zhiyang MIG-320
|
||||||
|
|
||||||
|
CH1|CH2|CH3|CH4|CH5|CH6
|
||||||
|
---|---|---|---|---|---
|
||||||
|
A||T||TRIM|LED
|
||||||
|
|
||||||
## MJXQ - *18*
|
## MJXQ - *18*
|
||||||
Autobind protocol
|
Autobind protocol
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user