We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd99e77 commit e64873aCopy full SHA for e64873a
src/js/tabs/pid_tuning.js
@@ -111,6 +111,7 @@ pid_tuning.initialize = function (callback) {
111
112
if (semver.gte(FC.CONFIG.apiVersion, API_VERSION_1_45)) {
113
// Moved tpa to profile
114
+ $('select[id="tpaMode"]').val(FC.ADVANCED_TUNING.tpaMode);
115
$('input[id="tpaRate"]').val(FC.ADVANCED_TUNING.tpaRate.toFixed(2));
116
$('input[id="tpaBreakpoint"]').val(FC.ADVANCED_TUNING.tpaBreakpoint);
117
} else {
0 commit comments