mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
Converted more 'feature' type defines to use the 'USE_<x>' convention: LED_STRIP TARGET_CONFIG BRUSHED_ESC_AUTODETECT SERIAL_RX TELEMETRY TELEMETRY_CRSF TELEMETRY_FRSKY TELEMETRY_HOTT TELEMETRY_IBUS TELEMETRY_JETIEXBUS TELEMETRY_LTM TELEMETRY_MAVLINK TELEMETRY_SMARTPORT TELEMETRY_SRXL TELEMETRY_NRF24_LTM TELEMETRY_LTM SPEKTRUM_BIND NAV BUTTONS
This commit is contained in:
parent
cd2fc5254d
commit
b78d8ad83e
140 changed files with 300 additions and 308 deletions
|
@ -30,8 +30,8 @@
|
|||
#define USE_BARO
|
||||
#define USE_GPS
|
||||
#define USE_DASHBOARD
|
||||
#define TELEMETRY
|
||||
#define LED_STRIP
|
||||
#define USE_TELEMETRY
|
||||
#define USE_LED_STRIP
|
||||
#define USE_SERVOS
|
||||
#define TRANSPONDER
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
#define USE_BARO
|
||||
#define USE_GPS
|
||||
#define USE_DASHBOARD
|
||||
#define SERIAL_RX
|
||||
#define USE_SERIAL_RX
|
||||
#define USE_RX_MSP
|
||||
#define USE_SERIALRX_CRSF // Team Black Sheep Crossfire protocol
|
||||
#define USE_SERIALRX_SPEKTRUM // DSM2 and DSMX protocol
|
||||
|
@ -39,16 +39,16 @@
|
|||
#define USE_SERIALRX_SUMD // Graupner Hott protocol
|
||||
#define USE_SERIALRX_SUMH // Graupner legacy protocol
|
||||
#define USE_SERIALRX_XBUS // JR
|
||||
#define TELEMETRY
|
||||
#define TELEMETRY_CRSF
|
||||
#define TELEMETRY_FRSKY
|
||||
#define TELEMETRY_HOTT
|
||||
#define TELEMETRY_IBUS
|
||||
#define TELEMETRY_JETIEXBUS
|
||||
#define TELEMETRY_LTM
|
||||
#define TELEMETRY_MAVLINK
|
||||
#define TELEMETRY_SMARTPORT
|
||||
#define LED_STRIP
|
||||
#define USE_TELEMETRY
|
||||
#define USE_TELEMETRY_CRSF
|
||||
#define USE_TELEMETRY_FRSKY
|
||||
#define USE_TELEMETRY_HOTT
|
||||
#define USE_TELEMETRY_IBUS
|
||||
#define USE_TELEMETRY_JETIEXBUS
|
||||
#define USE_TELEMETRY_LTM
|
||||
#define USE_TELEMETRY_MAVLINK
|
||||
#define USE_TELEMETRY_SMARTPORT
|
||||
#define USE_LED_STRIP
|
||||
#define USE_SERVOS
|
||||
#define TRANSPONDER
|
||||
#define USE_VCP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue