Template for WFLY RF

This commit is contained in:
Pascal Langer
2020-12-05 19:12:11 +01:00
parent 96263ed8a6
commit 6874e3a6a7
8 changed files with 185 additions and 3 deletions

View File

@@ -1196,6 +1196,13 @@ static void protocol_init()
remote_callback = ReadKyosho;
break;
#endif
#if defined(WFLYRF_A7105_INO)
case PROTO_WFLY:
PE1_off; //antenna RF1
next_callback = initWFLYRF();
remote_callback = ReadWFLYRF;
break;
#endif
#endif
#ifdef CC2500_INSTALLED
#if defined(FRSKYD_CC2500_INO)