mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-23 00:05:22 +03:00
Added warning about features missing from 'Other Features' list.
This commit is contained in:
parent
9edc49c061
commit
2a1b3ff5c0
2 changed files with 9 additions and 1 deletions
|
@ -565,6 +565,9 @@
|
||||||
"configurationSerialRXHelp": {
|
"configurationSerialRXHelp": {
|
||||||
"message": "<strong>Note:</strong> Remember to configure a Serial Port (via Ports tab) and choose a Serial Receiver Provider when using RX_SERIAL feature."
|
"message": "<strong>Note:</strong> Remember to configure a Serial Port (via Ports tab) and choose a Serial Receiver Provider when using RX_SERIAL feature."
|
||||||
},
|
},
|
||||||
|
"configurationOtherFeaturesHelp": {
|
||||||
|
"message": "<strong>Note:</strong> Some of the features of the firmware are not shown in this list any more, because they have been moved to other places in the configurator."
|
||||||
|
},
|
||||||
"configurationBoardAlignment": {
|
"configurationBoardAlignment": {
|
||||||
"message": "Board and Sensor Alignment"
|
"message": "Board and Sensor Alignment"
|
||||||
},
|
},
|
||||||
|
|
|
@ -480,6 +480,11 @@
|
||||||
<div class="gui_box_titlebar">
|
<div class="gui_box_titlebar">
|
||||||
<div class="spacer_box_title" i18n="configurationFeatures"></div>
|
<div class="spacer_box_title" i18n="configurationFeatures"></div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="note" style="float: left; margin-top: 10px; margin-left: 10px; margin-right: 10px">
|
||||||
|
<div class="note_spacer">
|
||||||
|
<p i18n="configurationOtherFeaturesHelp"></p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<div class="spacer_box">
|
<div class="spacer_box">
|
||||||
<table cellpadding="0" cellspacing="0">
|
<table cellpadding="0" cellspacing="0">
|
||||||
<thead>
|
<thead>
|
||||||
|
@ -503,4 +508,4 @@
|
||||||
<a class="save" href="#" i18n="configurationButtonSave"></a>
|
<a class="save" href="#" i18n="configurationButtonSave"></a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue