Add skeleton for Bayang RX protocol

This commit is contained in:
Goebish
2019-11-28 20:02:59 +01:00
parent c803eeb26a
commit 69519bdf14
7 changed files with 63 additions and 5 deletions

View File

@@ -1421,6 +1421,12 @@ static void protocol_init()
remote_callback = FX816_callback;
break;
#endif
#if defined(BAYANG_RX_NRF24L01_INO)
case PROTO_BAYANG_RX:
next_callback=initBayang_Rx();
remote_callback = Bayang_Rx_callback;
break;
#endif
#if defined(XN297DUMP_NRF24L01_INO)
case PROTO_XN297DUMP:
next_callback=initXN297Dump();