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

Merge pull request #8005 from mikeller/re_enable_vtx_table

Re-enabled VTX table support.
This commit is contained in:
J Blackman 2019-04-28 08:30:06 +10:00 committed by GitHub
commit c0585ca2ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View file

@ -23,7 +23,6 @@
#define TARGET_BOARD_IDENTIFIER "SDF4"
#define USBD_PRODUCT_STRING "STM32F4DISCOVERY"
#define USE_VTX_TABLE
#define USE_SPI_TRANSACTION
//LEDs

View file

@ -301,8 +301,7 @@
#define USE_CMS_GPS_RESCUE_MENU
#define USE_SMART_FEEDFORWARD
#define USE_TELEMETRY_SENSORS_DISABLED_DETAILS
// Re-enable this after 4.0 has been released, and remove the define from STM32F4DISCOVERY
//#define USE_VTX_TABLE
#define USE_VTX_TABLE
#define USE_PERSISTENT_STATS
#endif