1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 08:15:30 +03:00

Use io tags in vtx, move vtx initialization out of OSD init

This commit is contained in:
Evgeny Sychov 2016-06-17 02:37:41 -07:00
parent 7a4d996318
commit ddf0fb5fda
10 changed files with 448 additions and 70 deletions

View file

@ -425,6 +425,7 @@ static void resetConf(void)
#endif
#ifdef USE_RTC6705
featureSet(FEATURE_VTX);
masterConfig.vtx_channel = 19; // default to Boscam E channel 4
masterConfig.vtx_power = 1;
#endif