1
0
Fork 0
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:
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

@ -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