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
|
// @Param: SURFACE_DEPTH
|
||||||
// @DisplayName: Depth reading at surface
|
// @DisplayName: Depth reading at surface
|
||||||
// @Description: The depth the external pressure sensor will read when the vehicle is considered at the surface (in meters)
|
// @Description: The depth the external pressure sensor will read when the vehicle is considered at the surface (in centimeters)
|
||||||
// @Range: -0.05 -1.0
|
// @Range: -5.0 -100.0
|
||||||
// @User: Standard
|
// @User: Standard
|
||||||
GSCALAR(surface_depth, "SURFACE_DEPTH", SURFACE_DEPTH_DEFAULT),
|
GSCALAR(surface_depth, "SURFACE_DEPTH", SURFACE_DEPTH_DEFAULT),
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user