mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-18 22:05:17 +03:00
Automatic spektrum bind pin determination
This commit is contained in:
parent
e7a02c819c
commit
c7f62e47a6
25 changed files with 102 additions and 42 deletions
|
@ -257,7 +257,7 @@ void init(void)
|
|||
}
|
||||
#endif
|
||||
|
||||
#ifdef SPEKTRUM_BIND_PIN
|
||||
#ifdef USE_SPEKTRUM_BIND
|
||||
if (feature(FEATURE_RX_SERIAL)) {
|
||||
switch (rxConfig()->serialrx_provider) {
|
||||
case SERIALRX_SPEKTRUM1024:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue