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:
parent
c80090f39f
commit
3aaaa3f9f5
2 changed files with 3 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue