mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-02 22:18:28 -04:00
AP_Terrain: terrain offset max default to 30m
This commit is contained in:
parent
9f3693b5a2
commit
c039c349e3
@ -75,7 +75,7 @@ const AP_Param::GroupInfo AP_Terrain::var_info[] = {
|
||||
// @Units: m
|
||||
// @Range: 0 50
|
||||
// @User: Advanced
|
||||
AP_GROUPINFO("OFS_MAX", 4, AP_Terrain, offset_max, 15),
|
||||
AP_GROUPINFO("OFS_MAX", 4, AP_Terrain, offset_max, 30),
|
||||
|
||||
AP_GROUPEND
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user