mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -04:00
AP_Scripting: VTOL-quiktune add back param for AUTO_FILTER
This commit is contained in:
parent
82ece34981
commit
bbbf0b9718
@ -172,6 +172,9 @@ end
|
||||
|
||||
-- setup filter frequencies
|
||||
function setup_filters(axis)
|
||||
if QUIK_AUTO_FILTER:get() <= 0 then
|
||||
return
|
||||
end
|
||||
local fltd = axis .. "_FLTD"
|
||||
local fltt = axis .. "_FLTT"
|
||||
local flte = axis .. "_FLTE"
|
||||
|
Loading…
Reference in New Issue
Block a user