Skip to content

Commit

Permalink
--amend
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis committed Jul 31, 2022
1 parent dc1cef7 commit 4f62b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/tabs/pid_tuning.js
Expand Up @@ -492,7 +492,7 @@ pid_tuning.initialize = function (callback) {
$('.rpmFilter').hide();
}

if (semver.gte(FC.CONFIG.apiVersion, API_VERSION_1_45)) {
if (semver.gte(FC.CONFIG.apiVersion, API_VERSION_1_44)) {
$('input[name="idleMinRpm-number"]').attr("max", 200);
}

Expand Down

0 comments on commit 4f62b94

Please sign in to comment.