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 12, 2024
1 parent 574819a commit 1dd8668
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 @@ -183,6 +183,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 1dd8668

Please sign in to comment.