Skip to content
Snippets Groups Projects
Commit 9e047cc0 authored by Nate Weibley's avatar Nate Weibley
Browse files

Track last timestamp to support toggling between ground and plane time

parent e4efccb1
No related branches found
No related tags found
No related merge requests found
......@@ -361,6 +361,7 @@ void LinechartWidget::appendData(int uasId, const QString& curve, const QString&
timeButton->blockSignals(false);
if (activePlot) activePlot->enforceGroundTime(true);
}
lastTimestamp = usec;
}
// Log data
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment