mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-19 06:15:13 +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 {
|
||||
updateGyroDenom(8);
|
||||
}
|
||||
|
||||
gyroSelectElement.val(PID_ADVANCED_CONFIG.gyro_sync_denom);
|
||||
|
||||
}
|
||||
|
||||
gyroSelectElement.val(PID_ADVANCED_CONFIG.gyro_sync_denom);
|
||||
|
||||
$('.systemconfigNote').html(i18n.getMessage('configurationLoopTimeHelp'));
|
||||
|
||||
gyroSelectElement.change(function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue