mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-07-12 17:57:53 +00:00
add new protocol
This commit is contained in:
parent
c63b4b3ed0
commit
27a6763aa4
@ -761,7 +761,12 @@ static void protocol_init()
|
|||||||
remote_callback = ASSAN_callback;
|
remote_callback = ASSAN_callback;
|
||||||
break;
|
break;
|
||||||
#endif
|
#endif
|
||||||
|
#if defined(HONTAI_NRF24L01_INO)
|
||||||
|
case MODE_HONTAI:
|
||||||
|
next_callback=initHONTAI();
|
||||||
|
remote_callback = HONTAI_callback;
|
||||||
|
break;
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
if(next_callback>32000)
|
if(next_callback>32000)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user