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

10.7.0-preview
mikeller 2020-02-16 11:33:24 +13:00
parent 44cb725932
commit b889ed3de5
1 changed files with 2 additions and 3 deletions

View File

@ -620,11 +620,10 @@ TABS.configuration.initialize = function (callback, scrollPosition) {
} else {
updateGyroDenom(8);
}
}
gyroSelectElement.val(PID_ADVANCED_CONFIG.gyro_sync_denom);
}
$('.systemconfigNote').html(i18n.getMessage('configurationLoopTimeHelp'));
gyroSelectElement.change(function () {