Skip to content

Commit 4f62b94

Browse files
committed
--amend
1 parent dc1cef7 commit 4f62b94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/tabs/pid_tuning.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ pid_tuning.initialize = function (callback) {
492492
$('.rpmFilter').hide();
493493
}
494494

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

0 commit comments

Comments
 (0)