1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 16:55:36 +03:00

Merge pull request #7664 from mikeller/temporarily_disable_vtx_tables

Temporarily disable VTX tables for the 4.0 release.
This commit is contained in:
Michael Keller 2019-02-27 19:53:52 +13:00 committed by GitHub
commit 846888038b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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