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