mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -04:00
Sub: Fix units for surface_depth parameter (cm)
This commit is contained in:
parent
0c73ad5f4b
commit
577240b8d4
@ -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