mirror of https://github.com/ArduPilot/ardupilot
AP_Scripting: winch-test param name typo fix
This commit is contained in:
parent
d74947db10
commit
0c16049f94
|
@ -47,7 +47,7 @@ local WINCH_RATE_UP = bind_add_param('RATE_UP', 1, 0.5)
|
|||
// @Range: 0.1 5.0
|
||||
// @User: Standard
|
||||
--]]
|
||||
local WINCH_RATE_DN = bind_add_param('RATE_UP', 2, 2.0)
|
||||
local WINCH_RATE_DN = bind_add_param('RATE_DN', 2, 2.0)
|
||||
|
||||
--[[
|
||||
// @Param: WINCH_RC_FUNC
|
||||
|
|
Loading…
Reference in New Issue