1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-20 14:55:15 +03:00

Fix typo on superexporates

This commit is contained in:
Asizon 2020-06-04 13:50:37 +02:00
parent 6a67977916
commit 2bf7fae672

View file

@ -994,7 +994,7 @@ TABS.pid_tuning.initialize = function (callback) {
FEATURE_CONFIG.features.generateElements($('.tab-pid_tuning .features'));
if (semver.lt(CONFIG.apiVersion, "1.16.0") || semver.gte(CONFIG.apiVersion, "1.20.0")) {
$('.tab-pid_tuning .pidTuningSuperexpoRate').hide();
$('.tab-pid_tuning .pidTuningSuperexpoRates').hide();
}
if (semver.lt(CONFIG.apiVersion, "1.39.0")) {