mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 08:15:30 +03:00
cleanup config.c, Makefile, OSD, and VTX
This commit is contained in:
parent
ddf0fb5fda
commit
135ffc1c92
11 changed files with 123 additions and 118 deletions
|
@ -424,12 +424,6 @@ static void resetConf(void)
|
|||
resetOsdConfig();
|
||||
#endif
|
||||
|
||||
#ifdef USE_RTC6705
|
||||
featureSet(FEATURE_VTX);
|
||||
masterConfig.vtx_channel = 19; // default to Boscam E channel 4
|
||||
masterConfig.vtx_power = 1;
|
||||
#endif
|
||||
|
||||
#ifdef BOARD_HAS_VOLTAGE_DIVIDER
|
||||
// only enable the VBAT feature by default if the board has a voltage divider otherwise
|
||||
// the user may see incorrect readings and unexpected issues with pin mappings may occur.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue