Commit fa49e1bd authored by Don Gagne's avatar Don Gagne

parent 1ee48046
......@@ -142,16 +142,11 @@ RowLayout {
}
Component.onCompleted: {
// Stop deferring updates to vehicle values. We need them as fast as we can for charting.
_activeVehicle.setLiveUpdates(true)
_activeVehicle.setpoint.setLiveUpdates(true)
_activeVehicle.setPIDTuningTelemetryMode(true)
saveTuningParamValues()
}
Component.onDestruction: {
_activeVehicle.setLiveUpdates(false)
_activeVehicle.setpoint.setLiveUpdates(true)
}
Component.onDestruction: _activeVehicle.setPIDTuningTelemetryMode(true)
on_CurrentTuneTypeChanged: {
saveTuningParamValues()
......
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