Sub: Fix units for surface_depth parameter (cm)

This commit is contained in:
jaxxzer 2016-03-14 19:55:51 -04:00 committed by Andrew Tridgell
parent 0c73ad5f4b
commit 577240b8d4

View File

@ -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),