Merge pull request #2534 from AndersHoglund/fix_binding_stuck

Fix Spektrum satellites stuck in bind mode.
This commit is contained in:
Michael Keller 2017-03-03 13:40:33 +13:00 committed by GitHub
commit 1559fbab64
1 changed files with 2 additions and 0 deletions

View File

@ -238,6 +238,7 @@ void init(void)
}
#endif
#ifdef SPEKTRUM_BIND
if (feature(FEATURE_RX_SERIAL)) {
switch (rxConfig()->serialrx_provider) {
@ -250,6 +251,7 @@ void init(void)
break;
}
}
delay(200); // Make sure the satellite times out and closes the bind window. (Delay(100) below is not enough and needed for non-sat configs)
#endif
delay(100);