mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-18 03:52:11 +01:00
GCS/Scope: CSV export exports non-interpolated data
This commit is contained in:
parent
44c8c9fbe5
commit
dfd18d43b5
@ -710,7 +710,7 @@ int ScopeGadgetWidget::csvLoggingInsertData()
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
ss << QString().sprintf("%3.6g",plotData2->yData->last()/pow(10,plotData2->scalePower));
|
ss << QString().sprintf("%3.6g",plotData2->yDataHistory->last()/pow(10,plotData2->scalePower));
|
||||||
m_csvLoggingDataValid=1;
|
m_csvLoggingDataValid=1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user