New protocol Q303

Q303 protocol number: 31
Sub ptotocols:
-  Q303 = 0
-  CX35 = 1
- CX10D = 2
- CX10WD = 3
This commit is contained in:
pascallanger
2017-01-24 16:58:41 +01:00
parent 85ee4a95ec
commit ba7290fdda
7 changed files with 444 additions and 2 deletions

View File

@@ -884,6 +884,12 @@ static void protocol_init()
remote_callback = HONTAI_callback;
break;
#endif
#if defined(Q303_NRF24L01_INO)
case MODE_Q303:
next_callback=initQ303();
remote_callback = Q303_callback;
break;
#endif
#endif
}