Skip to content
Snippets Groups Projects
Commit a84d7b6f authored by Andrew Tridgell's avatar Andrew Tridgell
Browse files

DCM: disable use of baro for vertical accel by default

this has caused problems with too many users
parent 5e6951d3
No related branches found
No related tags found
No related merge requests found
...@@ -54,7 +54,7 @@ const AP_Param::GroupInfo AP_AHRS::var_info[] PROGMEM = { ...@@ -54,7 +54,7 @@ const AP_Param::GroupInfo AP_AHRS::var_info[] PROGMEM = {
// @Description: This controls the use of the barometer for vertical acceleration compensation in AHRS // @Description: This controls the use of the barometer for vertical acceleration compensation in AHRS
// @Values: 0:Disabled,1:Enabled // @Values: 0:Disabled,1:Enabled
// @User: Advanced // @User: Advanced
AP_GROUPINFO("BARO_USE", 7, AP_AHRS, _baro_use, 1), AP_GROUPINFO("BARO_USE", 7, AP_AHRS, _baro_use, 0),
AP_GROUPEND AP_GROUPEND
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment