Browse Source

Sub: Update SURFACE_DEPTH param description

mission-4.1.18
Rustom Jehangir 9 years ago committed by Andrew Tridgell
parent
commit
7ad2496f7b
  1. 4
      ArduSub/Parameters.cpp

4
ArduSub/Parameters.cpp

@ -33,8 +33,8 @@ const AP_Param::Info Sub::var_info[] = { @@ -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

Loading…
Cancel
Save