1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 21:05:35 +03:00

Add support for VTX output power attenuation, Fix timerHardware definition

This commit is contained in:
Evgeny Sychov 2016-06-16 01:34:01 -07:00
parent 39d8e87759
commit d73f28fe94
7 changed files with 28 additions and 9 deletions

View file

@ -806,6 +806,7 @@ const clivalue_t valueTable[] = {
#endif
#ifdef USE_RTC6705
{ "vtx_channel", VAR_INT16 | MASTER_VALUE, &masterConfig.vtx_channel, .config.minmax = { 0, 39 } },
{ "vtx_power", VAR_UINT8 | MASTER_VALUE, &masterConfig.vtx_power, .config.minmax = { 0, 1 } },
#endif
#ifdef OSD
{ "osd_system", VAR_UINT8 | MASTER_VALUE, &masterConfig.osdProfile.system, .config.minmax = { 0, 2 } },