Skip to content

Commit

Permalink
Fix target tracker being in pb mode permanently
Browse files Browse the repository at this point in the history
  • Loading branch information
poco0317 committed Feb 20, 2019
1 parent 0bdaf0a commit 00584d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ local t =
if msg.Offset ~= nil then
dvCur = msg.Offset
end
if msg.WifePBGoal ~= nil then
if msg.WifePBGoal ~= nil and targetTrackerMode ~= 0 then
pbtarget = msg.WifePBGoal
tDiff = msg.WifePBDifferential
end
Expand Down

0 comments on commit 00584d9

Please sign in to comment.