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 d1887fd commit 681b326Copy full SHA for 681b326
src/js/tabs/pid_tuning.js
@@ -492,6 +492,10 @@ pid_tuning.initialize = function (callback) {
492
$('.rpmFilter').hide();
493
}
494
495
+ if (semver.gte(FC.CONFIG.apiVersion, API_VERSION_1_45)) {
496
+ $('input[name="idleMinRpm-number"]').attr("max", 200);
497
+ }
498
+
499
if (semver.gte(FC.CONFIG.apiVersion, API_VERSION_1_43)) {
500
$('.tab-pid_tuning input[name="motorLimit"]').val(FC.ADVANCED_TUNING.motorOutputLimit);
501
$('.tab-pid_tuning input[name="cellCount"]').val(FC.ADVANCED_TUNING.autoProfileCellCount);
0 commit comments