Skip to content

Commit

Permalink
AP_Scripting: prevent "Starting XXX tune" happening multiple times
Browse files Browse the repository at this point in the history
when filter setting disabled
  • Loading branch information
tridge authored and loki077 committed Mar 22, 2024
1 parent 412ad33 commit f5e7850
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/AP_Scripting/applets/VTOL-quicktune.lua
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ end
-- setup filter frequencies
function setup_filters(axis)
if QUIK_AUTO_FILTER:get() <= 0 then
filters_done[axis] = true
return
end
local fltd = axis .. "_FLTD"
Expand Down

0 comments on commit f5e7850

Please sign in to comment.