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

Merge pull request #2047 from Asizon/fix_superexporates_typo

Fix superexpoRates typo on pidtuning tab
This commit is contained in:
Michael Keller 2020-06-07 00:58:33 +12:00 committed by GitHub
commit e14b560c6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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")) {