We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66f8906 commit 6385e82Copy full SHA for 6385e82
1 file changed
Multiprotocol/MT99xx_ccnrf.ino
@@ -530,7 +530,7 @@ void MT99XX_init(void)
530
bind_counter = MT99XX_BIND_COUNT;
531
if(IS_BIND_DONE)
532
{
533
- if(sub_protocol != A180 && sub_protocol != DRAGON && sub_protocol != F949G && sub_protocol != PA18+8)
+ if(sub_protocol != A180 && sub_protocol != DRAGON && sub_protocol != F949G && sub_protocol != PA18+8 && sub_protocol != SU35+8)
534
BIND_IN_PROGRESS; // autobind protocol
535
else
536
bind_counter = 1;
0 commit comments