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:
parent
6a24295525
commit
26f89b74bd
7 changed files with 12 additions and 8 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue