Fixed loop speed dropdowns for firmware versions with 32kHz gyro support.
parent
44cb725932
commit
b889ed3de5
|
@ -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…
Reference in New Issue