mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Enable Baro and Mag by default
This commit is contained in:
parent
89154885d4
commit
ba19c3f01e
2 changed files with 6957 additions and 6933 deletions
File diff suppressed because it is too large
Load diff
|
@ -410,9 +410,9 @@ static void resetConf(void)
|
||||||
masterConfig.gyroConfig.gyroMovementCalibrationThreshold = 32;
|
masterConfig.gyroConfig.gyroMovementCalibrationThreshold = 32;
|
||||||
|
|
||||||
// xxx_hardware: 0:default/autodetect, 1: disable
|
// xxx_hardware: 0:default/autodetect, 1: disable
|
||||||
masterConfig.mag_hardware = 1;
|
masterConfig.mag_hardware = 0;
|
||||||
|
|
||||||
masterConfig.baro_hardware = 1;
|
masterConfig.baro_hardware = 0;
|
||||||
|
|
||||||
resetBatteryConfig(&masterConfig.batteryConfig);
|
resetBatteryConfig(&masterConfig.batteryConfig);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue