mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-20 23:05:15 +03:00
Remove 32k notice
This commit is contained in:
parent
2925646d82
commit
7881bd3673
2 changed files with 1 additions and 8 deletions
|
@ -625,11 +625,7 @@ TABS.configuration.initialize = function (callback, scrollPosition) {
|
|||
|
||||
}
|
||||
|
||||
if (semver.gte(CONFIG.apiVersion, "1.41.0")) {
|
||||
$('.systemconfigNote').html(i18n.getMessage('configurationLoopTimeNo32KhzHelp'));
|
||||
} else {
|
||||
$('.systemconfigNote').html(i18n.getMessage('configurationLoopTimeHelp'));
|
||||
}
|
||||
$('.systemconfigNote').html(i18n.getMessage('configurationLoopTimeHelp'));
|
||||
|
||||
gyroSelectElement.change(function () {
|
||||
const originalPidDenom = pidSelectElement.val();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue