mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-18 13:55:18 +03:00
Delete VTX_SMARTAUDIO from config_master.h
SmartAudio remembers everything by itself.
This commit is contained in:
parent
e3826c1757
commit
c8a8ee0655
2 changed files with 2 additions and 2 deletions
|
@ -198,7 +198,7 @@ typedef struct master_s {
|
||||||
uint8_t transponderData[6];
|
uint8_t transponderData[6];
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(USE_RTC6705) || defined(VTX_SMARTAUDIO)
|
#if defined(USE_RTC6705)
|
||||||
uint8_t vtx_channel;
|
uint8_t vtx_channel;
|
||||||
uint8_t vtx_power;
|
uint8_t vtx_power;
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -963,7 +963,7 @@ const clivalue_t valueTable[] = {
|
||||||
#ifdef LED_STRIP
|
#ifdef LED_STRIP
|
||||||
{ "ledstrip_visual_beeper", VAR_UINT8 | MASTER_VALUE | MODE_LOOKUP, &ledStripConfig()->ledstrip_visual_beeper, .config.lookup = { TABLE_OFF_ON } },
|
{ "ledstrip_visual_beeper", VAR_UINT8 | MASTER_VALUE | MODE_LOOKUP, &ledStripConfig()->ledstrip_visual_beeper, .config.lookup = { TABLE_OFF_ON } },
|
||||||
#endif
|
#endif
|
||||||
#if defined(USE_RTC6705) || defined(VTX_SMARTAUDIO)
|
#if defined(USE_RTC6705)
|
||||||
{ "vtx_channel", VAR_UINT8 | MASTER_VALUE, &masterConfig.vtx_channel, .config.minmax = { 0, 39 } },
|
{ "vtx_channel", VAR_UINT8 | MASTER_VALUE, &masterConfig.vtx_channel, .config.minmax = { 0, 39 } },
|
||||||
{ "vtx_power", VAR_UINT8 | MASTER_VALUE, &masterConfig.vtx_power, .config.minmax = { 0, 1 } },
|
{ "vtx_power", VAR_UINT8 | MASTER_VALUE, &masterConfig.vtx_power, .config.minmax = { 0, 1 } },
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue