Added warning about features missing from 'Other Features' list.
parent
9edc49c061
commit
2a1b3ff5c0
|
@ -565,6 +565,9 @@
|
|||
"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."
|
||||
},
|
||||
"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": {
|
||||
"message": "Board and Sensor Alignment"
|
||||
},
|
||||
|
|
|
@ -480,6 +480,11 @@
|
|||
<div class="gui_box_titlebar">
|
||||
<div class="spacer_box_title" i18n="configurationFeatures"></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">
|
||||
<table cellpadding="0" cellspacing="0">
|
||||
<thead>
|
||||
|
@ -503,4 +508,4 @@
|
|||
<a class="save" href="#" i18n="configurationButtonSave"></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue