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:
commit
c0585ca2ec
2 changed files with 1 additions and 3 deletions
|
@ -23,7 +23,6 @@
|
|||
#define TARGET_BOARD_IDENTIFIER "SDF4"
|
||||
#define USBD_PRODUCT_STRING "STM32F4DISCOVERY"
|
||||
|
||||
#define USE_VTX_TABLE
|
||||
#define USE_SPI_TRANSACTION
|
||||
|
||||
//LEDs
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue