1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-19 14:25:14 +03:00

Fixed loop speed dropdowns for firmware versions with 32kHz gyro support.

This commit is contained in:
mikeller 2020-02-16 11:33:24 +13:00
parent 44cb725932
commit b889ed3de5

View file

@ -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 () {