mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 06:15:16 +03:00
Enable spektrum bind for SRXL
This commit is contained in:
parent
c7f62e47a6
commit
3d2fe5e8de
1 changed files with 1 additions and 0 deletions
|
@ -262,6 +262,7 @@ void init(void)
|
|||
switch (rxConfig()->serialrx_provider) {
|
||||
case SERIALRX_SPEKTRUM1024:
|
||||
case SERIALRX_SPEKTRUM2048:
|
||||
case SERIALRX_SRXL:
|
||||
// Spektrum satellite binding if enabled on startup.
|
||||
// Must be called before that 100ms sleep so that we don't lose satellite's binding window after startup.
|
||||
// The rest of Spektrum initialization will happen later - via spektrumInit()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue