mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-02-09 23:18:14 +00:00
Update GD00X
This commit is contained in:
parent
a9df0abed3
commit
22711fad28
@ -1212,6 +1212,12 @@ static void protocol_init()
|
||||
remote_callback = V911S_callback;
|
||||
break;
|
||||
#endif
|
||||
#if defined(GD00X_NRF24L01_INO)
|
||||
case PROTO_GD00X:
|
||||
next_callback=initGD00X();
|
||||
remote_callback = GD00X_callback;
|
||||
break;
|
||||
#endif
|
||||
#if defined(TEST_NRF24L01_INO)
|
||||
case PROTO_TEST:
|
||||
next_callback=initTest();
|
||||
|
Loading…
x
Reference in New Issue
Block a user