1
0
Fork 0
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:
jflyper 2017-06-17 11:12:50 +09:00
parent c7f62e47a6
commit 3d2fe5e8de

View file

@ -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()