mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
Sub: Add @Units metadata to SURFACE_DEPTH parameter
This commit is contained in:
parent
012f52dc12
commit
0846b5df84
@ -31,6 +31,7 @@ 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)
|
||||
// @Units: cm
|
||||
// @Range: -100 0
|
||||
// @User: Standard
|
||||
GSCALAR(surface_depth, "SURFACE_DEPTH", SURFACE_DEPTH_DEFAULT),
|
||||
|
Loading…
Reference in New Issue
Block a user