New protocol ZSX

Model JJRC ZSX-280
Protocol number 52 ,no sub protocol
CH3: Throttle
CH4: Rudder
CH5: Light
This commit is contained in:
Pascal Langer
2019-08-10 21:43:14 +02:00
parent 6f33abb25e
commit ad29409407
7 changed files with 144 additions and 4 deletions

View File

@@ -1261,6 +1261,12 @@ static void protocol_init()
remote_callback = POTENSIC_callback;
break;
#endif
#if defined(ZSX_NRF24L01_INO)
case PROTO_ZSX:
next_callback=initZSX();
remote_callback = ZSX_callback;
break;
#endif
#if defined(XN297DUMP_NRF24L01_INO)
case PROTO_XN297DUMP:
next_callback=initXN297Dump();