Commit 9e047cc0 authored by Nate Weibley's avatar Nate Weibley

Track last timestamp to support toggling between ground and plane time

parent e4efccb1
...@@ -361,6 +361,7 @@ void LinechartWidget::appendData(int uasId, const QString& curve, const QString& ...@@ -361,6 +361,7 @@ void LinechartWidget::appendData(int uasId, const QString& curve, const QString&
timeButton->blockSignals(false); timeButton->blockSignals(false);
if (activePlot) activePlot->enforceGroundTime(true); if (activePlot) activePlot->enforceGroundTime(true);
} }
lastTimestamp = usec;
} }
// Log data // Log data
......
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