mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2026-01-20 10:33:17 +00:00
New Corona protocol and autobind bug fix
This commit is contained in:
@@ -90,7 +90,7 @@ void SHENQI_send_packet()
|
||||
|
||||
uint16_t SHENQI_callback()
|
||||
{
|
||||
if(IS_BIND_DONE_on)
|
||||
if(IS_BIND_DONE)
|
||||
SHENQI_send_packet();
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user