New protocol Q90C

This commit is contained in:
Pascal Langer
2020-05-24 17:39:14 +02:00
parent 317b9a8156
commit a10e169573
7 changed files with 162 additions and 2 deletions

View File

@@ -1548,6 +1548,13 @@ static void protocol_init()
remote_callback = JJRC345_callback;
break;
#endif
#if defined(Q90C_NRF24L01_INO)
case PROTO_Q90C:
next_callback=initQ90C();
remote_callback = Q90C_callback;
break;
#endif
#endif
#ifdef SX1276_INSTALLED
#if defined(FRSKYR9_SX1276_INO)