1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 17:25:20 +03:00

Configurable Baro Type

We can disable/configure mag, acc, but why not baro?

ident
This commit is contained in:
borisbstyle 2015-08-16 23:03:46 +02:00 committed by Dominic Clifton
parent 6a24295525
commit 26f89b74bd
7 changed files with 12 additions and 8 deletions

View file

@ -397,6 +397,7 @@ static void resetConf(void)
masterConfig.gyroConfig.gyroMovementCalibrationThreshold = 32;
masterConfig.mag_hardware = MAG_DEFAULT; // default/autodetect
masterConfig.baro_hardware = BARO_DEFAULT; // default/autodetect
resetBatteryConfig(&masterConfig.batteryConfig);