mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-24 16:55:24 +03:00
Added note.
This commit is contained in:
parent
cc31ceb896
commit
3144767f47
3 changed files with 11 additions and 1 deletions
|
@ -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 () {
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
<div class="spacer_box">
|
||||
<div class="note">
|
||||
<div class="note_spacer">
|
||||
<p i18n="configurationLoopTimeHelp"></p>
|
||||
<p class="systemconfigNote" i18n="configurationLoopTimeHelp"></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="select gyroUse32kHz">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue