mirror of https://github.com/ArduPilot/ardupilot
AP_Compass : increase max possible offset
This commit is contained in:
parent
17f2393c1b
commit
df406c4389
|
@ -35,7 +35,7 @@ extern AP_HAL::HAL& hal;
|
|||
#endif
|
||||
|
||||
#ifndef AP_COMPASS_OFFSETS_MAX_DEFAULT
|
||||
#define AP_COMPASS_OFFSETS_MAX_DEFAULT 600
|
||||
#define AP_COMPASS_OFFSETS_MAX_DEFAULT 850
|
||||
#endif
|
||||
|
||||
const AP_Param::GroupInfo Compass::var_info[] = {
|
||||
|
|
Loading…
Reference in New Issue