From 7ad2496f7b7d962a679d8d1a45b7c253efc9dbfb Mon Sep 17 00:00:00 2001 From: Rustom Jehangir Date: Tue, 3 May 2016 11:57:54 -0700 Subject: [PATCH] Sub: Update SURFACE_DEPTH param description --- ArduSub/Parameters.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ArduSub/Parameters.cpp b/ArduSub/Parameters.cpp index a9d2bae890..7608ebcd50 100644 --- a/ArduSub/Parameters.cpp +++ b/ArduSub/Parameters.cpp @@ -33,8 +33,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 centimeters) - // @Range: -5.0 -100.0 - // @User: Standard + // @Range: -5 -100 + // @User: Advanced GSCALAR(surface_depth, "SURFACE_DEPTH", SURFACE_DEPTH_DEFAULT), // @Param: SYSID_SW_MREV