mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-12-15 12:23:16 +00:00
New protocol POTENSIC
Model: A20 Protocol number: 51 Sub protocol: none Channels: - CH5 TAKE_OFF/LANDING: momentary switch -100% -> +100% - CH6 EMERGENCY: Stop +100% - CH7 MODE: MODE: Beginner -100%, Medium 0%, Advanced +100% - CH8 HEADLESS: Off -100%, On +100%
This commit is contained in:
@@ -1247,6 +1247,12 @@ static void protocol_init()
|
||||
remote_callback = KF606_callback;
|
||||
break;
|
||||
#endif
|
||||
#if defined(POTENSIC_NRF24L01_INO)
|
||||
case PROTO_POTENSIC:
|
||||
next_callback=initPOTENSIC();
|
||||
remote_callback = POTENSIC_callback;
|
||||
break;
|
||||
#endif
|
||||
#if defined(XN297DUMP_NRF24L01_INO)
|
||||
case PROTO_XN297DUMP:
|
||||
next_callback=initXN297Dump();
|
||||
|
||||
Reference in New Issue
Block a user