1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-15 20:35:33 +03:00

Temporarily disable VTX tables for the 4.0 release.

This commit is contained in:
Michael Keller 2019-02-26 13:02:00 +13:00
parent b5fba14cb3
commit d00fb6d61c
2 changed files with 4 additions and 1 deletions

View file

@ -23,6 +23,8 @@
#define TARGET_BOARD_IDENTIFIER "SDF4"
#define USBD_PRODUCT_STRING "DISCF4"
#define USE_VTX_TABLE
//LEDs
#define LED0_PIN PD12
#define LED1_PIN PD13

View file

@ -290,6 +290,7 @@
#define USE_CMS_FAILSAFE_MENU
#define USE_SMART_FEEDFORWARD
#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