mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 01:35:41 +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:
commit
846888038b
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