mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Add support for VTX output power attenuation, Fix timerHardware definition
This commit is contained in:
parent
39d8e87759
commit
d73f28fe94
7 changed files with 28 additions and 9 deletions
|
@ -435,6 +435,7 @@ static void resetConf(void)
|
|||
|
||||
#ifdef USE_RTC6705
|
||||
masterConfig.vtx_channel = 19; // default to Boscam E channel 4
|
||||
masterConfig.vtx_power = 1;
|
||||
#endif
|
||||
|
||||
#ifdef BOARD_HAS_VOLTAGE_DIVIDER
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue