Commit fa49e1bd authored by Don Gagne's avatar Don Gagne

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