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

Added note.

This commit is contained in:
mikeller 2019-02-13 02:26:10 +13:00
parent cc31ceb896
commit 3144767f47
3 changed files with 11 additions and 1 deletions

View file

@ -464,6 +464,13 @@ TABS.configuration.initialize = function (callback, scrollPosition) {
updateGyroDenom(8);
}
if (semver.gte(CONFIG.apiVersion, "1.41.0")) {
$('.systemconfigNote').html(i18n.getMessage('configurationLoopTimeNo32KhzHelp'));
} else {
$('.systemconfigNote').html(i18n.getMessage('configurationLoopTimeHelp'));
}
gyro_select_e.val(PID_ADVANCED_CONFIG.gyro_sync_denom);
gyro_select_e.change(function () {