mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 21:05:35 +03:00
Temporarily disable VTX tables for the 4.0 release.
This commit is contained in:
parent
b5fba14cb3
commit
d00fb6d61c
2 changed files with 4 additions and 1 deletions
|
@ -23,6 +23,8 @@
|
||||||
#define TARGET_BOARD_IDENTIFIER "SDF4"
|
#define TARGET_BOARD_IDENTIFIER "SDF4"
|
||||||
#define USBD_PRODUCT_STRING "DISCF4"
|
#define USBD_PRODUCT_STRING "DISCF4"
|
||||||
|
|
||||||
|
#define USE_VTX_TABLE
|
||||||
|
|
||||||
//LEDs
|
//LEDs
|
||||||
#define LED0_PIN PD12
|
#define LED0_PIN PD12
|
||||||
#define LED1_PIN PD13
|
#define LED1_PIN PD13
|
||||||
|
|
|
@ -290,6 +290,7 @@
|
||||||
#define USE_CMS_FAILSAFE_MENU
|
#define USE_CMS_FAILSAFE_MENU
|
||||||
#define USE_SMART_FEEDFORWARD
|
#define USE_SMART_FEEDFORWARD
|
||||||
#define USE_TELEMETRY_SENSORS_DISABLED_DETAILS
|
#define USE_TELEMETRY_SENSORS_DISABLED_DETAILS
|
||||||
#define USE_VTX_TABLE
|
// Re-enable this after 4.0 has been released, and remove the define from STM32F4DISCOVERY
|
||||||
|
//#define USE_VTX_TABLE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue