mirror of https://github.com/ArduPilot/ardupilot
AP_Compass: rename COMPASS_ROT_AUTO to COMPASS_AUTO_ROT
request from Randy
This commit is contained in:
parent
15d2daabf0
commit
027beb0dc1
|
@ -444,11 +444,11 @@ const AP_Param::GroupInfo Compass::var_info[] = {
|
|||
// @Increment: 1
|
||||
AP_GROUPINFO("FLTR_RNG", 34, Compass, _filter_range, HAL_COMPASS_FILTER_DEFAULT),
|
||||
|
||||
// @Param: ROT_AUTO
|
||||
// @Param: AUTO_ROT
|
||||
// @DisplayName: Automatically check orientation
|
||||
// @Description: When enabled this will automatically check the orientation of compasses on successful completion of compass calibration. If set to 2 then external compasses will have their orientation automatically corrected.
|
||||
// @Values: 0:Disabled,1:CheckOnly,2:CheckAndFix
|
||||
AP_GROUPINFO("ROT_AUTO", 35, Compass, _rotate_auto, 2),
|
||||
AP_GROUPINFO("AUTO_ROT", 35, Compass, _rotate_auto, 2),
|
||||
|
||||
AP_GROUPEND
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue