Commit b0581e29 authored by Don Gagne's avatar Don Gagne

parent f8e2dbe9
...@@ -61,7 +61,7 @@ void FollowMe::_settingsChanged() ...@@ -61,7 +61,7 @@ void FollowMe::_settingsChanged()
void FollowMe::_enableFollowSend() void FollowMe::_enableFollowSend()
{ {
if (!_gcsMotionReportTimer.isActive()) { if (!_gcsMotionReportTimer.isActive()) {
_gcsMotionReportTimer.setInterval(qMax(_toolbox->qgcPositionManager()->updateInterval(), 250)); _gcsMotionReportTimer.setInterval(qMin(_toolbox->qgcPositionManager()->updateInterval(), 250));
_gcsMotionReportTimer.start(); _gcsMotionReportTimer.start();
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment