mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2026-01-01 02:13:14 +00:00
New protocol XK
Still work in progress Subprotocols: X450 and X420 -> not sure if they are subprotocols or just different IDs... CH5: M-Mode=-100%, 6G-Mode=0%, V-Mode=+100% CH6: Take off momentary switch CH7: Emergency stop momentary switch CH8: 3D/6G momentary switch CH9: Photo momentary switch
This commit is contained in:
@@ -1478,6 +1478,12 @@ static void protocol_init()
|
||||
remote_callback = TIGER_callback;
|
||||
break;
|
||||
#endif
|
||||
#if defined(XK_NRF24L01_INO)
|
||||
case PROTO_XK:
|
||||
next_callback=initXK();
|
||||
remote_callback = XK_callback;
|
||||
break;
|
||||
#endif
|
||||
#if defined(XN297DUMP_NRF24L01_INO)
|
||||
case PROTO_XN297DUMP:
|
||||
next_callback=initXN297Dump();
|
||||
|
||||
Reference in New Issue
Block a user