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.
2 parents d5e685f + 681b326 commit 185db5bCopy full SHA for 185db5b
src/js/tabs/pid_tuning.js
@@ -515,6 +515,10 @@ pid_tuning.initialize = function (callback) {
515
$('.rpmFilter').hide();
516
}
517
518
+ if (semver.gte(FC.CONFIG.apiVersion, API_VERSION_1_45)) {
519
+ $('input[name="idleMinRpm-number"]').attr("max", 200);
520
+ }
521
+
522
if (semver.gte(FC.CONFIG.apiVersion, API_VERSION_1_43)) {
523
$('.tab-pid_tuning input[name="motorLimit"]').val(FC.ADVANCED_TUNING.motorOutputLimit);
524
$('.tab-pid_tuning select[name="cellCount"]').val(FC.ADVANCED_TUNING.autoProfileCellCount);
0 commit comments