AC_Fence: Correct Rover metadata

This commit is contained in:
Hwurzburg 2021-04-25 22:23:33 -05:00 committed by Randy Mackay
parent d3dca4c17d
commit 6fbf2d227c
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ const AP_Param::GroupInfo AC_Fence::var_info[] = {
// @DisplayName: Fence Action
// @Description: What action should be taken when fence is breached
// @Values{Copter}: 0:Report Only,1:RTL or Land,2:Always Land,3:SmartRTL or RTL or Land,4:Brake or Land,5:SmartRTL or Land
// @Values{Rover}: 0:Report Only,1:RTL,2:Hold,3:SmartRTL,4:SmartRTL or Hold
// @Values{Rover}: 0:Report Only,1:RTL or Hold,2:Hold,3:SmartRTL or RTL or Hold,4:SmartRTL or Hold
// @Values{Plane}: 0:Report Only,1:RTL,6:Guided,7:GuidedThrottlePass
// @Values: 0:Report Only,1:RTL or Land
// @User: Standard