Skip to content

Commit 6385e82

Browse files
committed
MT99xx/SU35: removed autobind
1 parent 66f8906 commit 6385e82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Multiprotocol/MT99xx_ccnrf.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ void MT99XX_init(void)
530530
bind_counter = MT99XX_BIND_COUNT;
531531
if(IS_BIND_DONE)
532532
{
533-
if(sub_protocol != A180 && sub_protocol != DRAGON && sub_protocol != F949G && sub_protocol != PA18+8)
533+
if(sub_protocol != A180 && sub_protocol != DRAGON && sub_protocol != F949G && sub_protocol != PA18+8 && sub_protocol != SU35+8)
534534
BIND_IN_PROGRESS; // autobind protocol
535535
else
536536
bind_counter = 1;

0 commit comments

Comments
 (0)