mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-12-13 02:43:16 +00:00
New Corona protocol and autobind bug fix
This commit is contained in:
@@ -247,7 +247,7 @@ static void __attribute__((unused)) BAYANG_init()
|
||||
|
||||
uint16_t BAYANG_callback()
|
||||
{
|
||||
if(IS_BIND_DONE_on)
|
||||
if(IS_BIND_DONE)
|
||||
{
|
||||
if(packet_count==0)
|
||||
BAYANG_send_packet(0);
|
||||
|
||||
Reference in New Issue
Block a user