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:
parent
6a67977916
commit
2bf7fae672
1 changed files with 1 additions and 1 deletions
|
@ -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")) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue