Skip to content
Snippets Groups Projects
Commit c66008cd authored by Andrew Tridgell's avatar Andrew Tridgell
Browse files

Plane: fixed displayname for FENCE_AUTOENABLE

parent 29d4e60c
No related branches found
No related tags found
No related merge requests found
...@@ -273,7 +273,7 @@ const AP_Param::Info var_info[] PROGMEM = { ...@@ -273,7 +273,7 @@ const AP_Param::Info var_info[] PROGMEM = {
GSCALAR(fence_retalt, "FENCE_RETALT", 0), GSCALAR(fence_retalt, "FENCE_RETALT", 0),
// @Param: FENCE_AUTOENABLE // @Param: FENCE_AUTOENABLE
// @DisplayName: Fence automatically enabled after auto takeoff and automatically disabled when starting an auto landing. Note that this does NOT remove the need to first create a geofence. // @DisplayName: Fence automatic enable
// @Description: When set to 1, gefence automatically enables after an auto takeoff and automatically disables at the beginning of an auto landing. When on the ground before takeoff the fence is disabled. // @Description: When set to 1, gefence automatically enables after an auto takeoff and automatically disables at the beginning of an auto landing. When on the ground before takeoff the fence is disabled.
// @Values: 0:NoAutoEnable,1:AutoEnable // @Values: 0:NoAutoEnable,1:AutoEnable
// @User: Standard // @User: Standard
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment