V911S protocol

Protocol number 46
No sub protocol
CH5: yaw calib
This commit is contained in:
Pascal Langer
2018-11-09 00:31:26 +01:00
parent 8bea5b125b
commit 903982afb7
7 changed files with 229 additions and 10 deletions

View File

@@ -1206,6 +1206,12 @@ static void protocol_init()
remote_callback = E01X_callback;
break;
#endif
#if defined(V911S_NRF24L01_INO)
case PROTO_V911S:
next_callback=initV911S();
remote_callback = V911S_callback;
break;
#endif
#if defined(TEST_NRF24L01_INO)
case PROTO_TEST:
next_callback=initTest();