New protocol KF606

Model: KF606
Protocol: 49
No sub protocol
Channels: throttle, aileron and trim on ch5
This commit is contained in:
Pascal Langer
2019-06-04 21:44:40 +02:00
parent ded0487ce6
commit a15a911f8e
6 changed files with 131 additions and 1 deletions

View File

@@ -1228,6 +1228,12 @@ static void protocol_init()
remote_callback = V761_callback;
break;
#endif
#if defined(KF606_NRF24L01_INO)
case PROTO_KF606:
next_callback=initKF606();
remote_callback = KF606_callback;
break;
#endif
#if defined(XN297DUMP_NRF24L01_INO)
case PROTO_XN297DUMP:
next_callback=initXN297Dump();