mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-22 07:45:19 +03:00
Fixed loop speed dropdowns for firmware versions with 32kHz gyro support.
This commit is contained in:
parent
44cb725932
commit
b889ed3de5
1 changed files with 2 additions and 3 deletions
|
@ -620,11 +620,10 @@ TABS.configuration.initialize = function (callback, scrollPosition) {
|
||||||
} else {
|
} else {
|
||||||
updateGyroDenom(8);
|
updateGyroDenom(8);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
gyroSelectElement.val(PID_ADVANCED_CONFIG.gyro_sync_denom);
|
gyroSelectElement.val(PID_ADVANCED_CONFIG.gyro_sync_denom);
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
$('.systemconfigNote').html(i18n.getMessage('configurationLoopTimeHelp'));
|
$('.systemconfigNote').html(i18n.getMessage('configurationLoopTimeHelp'));
|
||||||
|
|
||||||
gyroSelectElement.change(function () {
|
gyroSelectElement.change(function () {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue