mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2026-01-08 17:13:17 +00:00
New Corona protocol and autobind bug fix
This commit is contained in:
@@ -154,7 +154,7 @@ static void __attribute__((unused)) yd717_init()
|
||||
|
||||
uint16_t yd717_callback()
|
||||
{
|
||||
if(IS_BIND_DONE_on)
|
||||
if(IS_BIND_DONE)
|
||||
yd717_send_packet(0);
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user