mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 06:15:16 +03:00
parent
3860b2062d
commit
dd3ca8336d
1 changed files with 11 additions and 2 deletions
|
@ -327,7 +327,7 @@
|
|||
#define USE_THRUST_LINEARIZATION
|
||||
#define USE_TPA_MODE
|
||||
|
||||
#if defined(USE_SERIALRX_SPEKTRUM) || defined(USE_SERIALRX_SRXL2)
|
||||
#ifdef USE_SERIALRX_SPEKTRUM
|
||||
#define USE_SPEKTRUM_BIND
|
||||
#define USE_SPEKTRUM_BIND_PLUG
|
||||
#define USE_SPEKTRUM_REAL_RSSI
|
||||
|
@ -336,7 +336,16 @@
|
|||
#define USE_SPEKTRUM_VTX_CONTROL
|
||||
#define USE_SPEKTRUM_VTX_TELEMETRY
|
||||
#define USE_SPEKTRUM_CMS_TELEMETRY
|
||||
#endif // defined(USE_SERIALRX_SPEKTRUM) || defined USE_SERIALRX_SRXL2
|
||||
#endif // USE_SERIALRX_SPEKTRUM
|
||||
|
||||
#ifdef USE_TELEMETRY_SRXL
|
||||
#ifndef USE_SERIALRX_SPEKTRUM
|
||||
#define USE_SERIALRX_SPEKTRUM
|
||||
#define USE_SPEKTRUM_VTX_CONTROL
|
||||
#define USE_SPEKTRUM_VTX_TELEMETRY
|
||||
#define USE_SPEKTRUM_CMS_TELEMETRY
|
||||
#endif // USE_SERIALRX_SPEKTRUM
|
||||
#endif // USE_TELEMETRY_SRXL
|
||||
|
||||
#define USE_BOARD_INFO
|
||||
#define USE_RTC_TIME
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue