V761 - Eachine sub protocol

This commit is contained in:
Pascal Langer
2020-06-26 17:54:56 +02:00
parent 8948cb6287
commit ce67a065cd
6 changed files with 62 additions and 13 deletions

View File

@@ -1579,6 +1579,12 @@ static void protocol_init()
remote_callback = TEST_callback;
break;
#endif
#if defined(FAKE_NRF24L01_INO)
case PROTO_FAKE:
next_callback=initFAKE();
remote_callback = FAKE_callback;
break;
#endif
#endif
#ifdef SX1276_INSTALLED
#if defined(FRSKYR9_SX1276_INO)