AP_Scripting: VTOL-quiktune add back param for AUTO_FILTER

This commit is contained in:
Joshua Henderson 2022-08-25 02:45:33 -04:00 committed by Andrew Tridgell
parent 82ece34981
commit bbbf0b9718
1 changed files with 3 additions and 0 deletions

View File

@ -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"