Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions _locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1953,6 +1953,9 @@
"mixerWizardInfo": {
"message": "<ol><li>Remove propellers</li><li>Connect LiPo and use Outputs Tab to test all motors</li><li>Note the position of each motor (motor #1 - Left Top and so on)</li><li>Fill the table below</li></ol>"
},
"mixerSaveAndRebootNeeded": {
"message": "Save and reboot is needed when changing timer outputs or changing the number of motors."
},
"gpsHead": {
"message": "Position"
},
Expand Down
1 change: 1 addition & 0 deletions tabs/mixer.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
<div class="gui_box_titlebar">
<div class="spacer_box_title" data-i18n="mappingTableTitle"></div>
</div>
<div id="saveAndRebootNeeded" data-i18n="mixerSaveAndRebootNeeded"></div>
<table class="output-table">
<tr id="output-row">

Expand Down