mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2026-08-22 18:23:15 +00:00
Update XK_ccnrf.ino
Fix bind
This commit is contained in:
@@ -306,7 +306,7 @@ uint16_t XK_callback()
|
||||
|
||||
void XK_init()
|
||||
{
|
||||
if(sub_protocol != XK_CARS && protocol != PROTO_MOFLY)
|
||||
if((sub_protocol != XK_CARS && protocol != PROTO_MOFLY) || IS_BIND_IN_PROGRESS)
|
||||
{
|
||||
bind_counter=XK_BIND_COUNT;
|
||||
BIND_IN_PROGRESS; // Autobind protocol
|
||||
|
||||
Reference in New Issue
Block a user