New protocol: FX816

Model P38
Protocol number: 58
Sub protocol: None
Channels: A & T
This commit is contained in:
pascallanger
2019-11-27 12:12:13 +01:00
parent 9a5309d84b
commit 3067ea3a5c
8 changed files with 143 additions and 2 deletions

View File

@@ -1415,6 +1415,12 @@ static void protocol_init()
remote_callback = ZSX_callback;
break;
#endif
#if defined(FX816_NRF24L01_INO)
case PROTO_FX816:
next_callback=initFX816();
remote_callback = FX816_callback;
break;
#endif
#if defined(XN297DUMP_NRF24L01_INO)
case PROTO_XN297DUMP:
next_callback=initXN297Dump();