New protocol: Flyzone

Models compatible with TX FZ-410
Protocol 53
No sub protocol
This commit is contained in:
Pascal Langer
2019-08-17 22:37:00 +02:00
parent ad29409407
commit 1ffb5c405b
7 changed files with 225 additions and 42 deletions

View File

@@ -933,6 +933,13 @@ static void protocol_init()
remote_callback = ReadBUGS;
break;
#endif
#if defined(FLYZONE_A7105_INO)
case PROTO_FLYZONE:
PE1_off; //antenna RF1
next_callback = initFlyzone();
remote_callback = ReadFlyzone;
break;
#endif
#endif
#ifdef CC2500_INSTALLED
#if defined(FRSKYD_CC2500_INO)