1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 00:05:33 +03:00

Updates and fixes

fix FEATURE_RX_SERIAL
Delay for the hardware bind plug
Bind code will only work on default NAZE serial port (document
limitation)
This commit is contained in:
Michael Jakob 2014-11-29 14:43:03 +01:00 committed by Dominic Clifton
parent c80090f39f
commit 3aaaa3f9f5
2 changed files with 3 additions and 1 deletions

View file

@ -151,7 +151,7 @@ void init(void)
systemInit();
// Spektrum sattelite bind - ported from Baseflight
if (feature(FEATURE_RX_MSP)) {
if (feature(FEATURE_RX_SERIAL)) {
switch (masterConfig.rxConfig.serialrx_provider) {
case SERIALRX_SPEKTRUM1024:
case SERIALRX_SPEKTRUM2048: