Sub: Fix units for surface_depth parameter (cm)
This commit is contained in:
parent
5be98da25f
commit
ef58752764
@ -32,8 +32,8 @@ const AP_Param::Info Sub::var_info[] = {
|
||||
|
||||
// @Param: SURFACE_DEPTH
|
||||
// @DisplayName: Depth reading at surface
|
||||
// @Description: The depth the external pressure sensor will read when the vehicle is considered at the surface (in meters)
|
||||
// @Range: -0.05 -1.0
|
||||
// @Description: The depth the external pressure sensor will read when the vehicle is considered at the surface (in centimeters)
|
||||
// @Range: -5.0 -100.0
|
||||
// @User: Standard
|
||||
GSCALAR(surface_depth, "SURFACE_DEPTH", SURFACE_DEPTH_DEFAULT),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user