New protocol Tiger

Model: Tiger drone 1400782
Protocol number: 61
No sub_protocol
CH5: Flip
CH6: Light
This commit is contained in:
pascallanger
2019-12-19 23:40:33 +01:00
parent afd2be6c59
commit ec92edfc85
8 changed files with 206 additions and 2 deletions

View File

@@ -1435,6 +1435,12 @@ static void protocol_init()
remote_callback = Bayang_Rx_callback;
break;
#endif
#if defined(TIGER_NRF24L01_INO)
case PROTO_TIGER:
next_callback=initTIGER();
remote_callback = TIGER_callback;
break;
#endif
#if defined(XN297DUMP_NRF24L01_INO)
case PROTO_XN297DUMP:
next_callback=initXN297Dump();