mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-24 16:55:22 +03:00
mixer_profile switch support
This commit is contained in:
parent
0bb8c1521b
commit
51c33d2bd9
9 changed files with 60 additions and 5 deletions
10
main.html
10
main.html
|
@ -87,6 +87,16 @@
|
|||
<div class="legend" i18n="sensorDataFlashFreeSpace"></div>
|
||||
</li>
|
||||
</ul>
|
||||
<div id="mixer_profile_change">
|
||||
<div class="dropdown dropdown-dark">
|
||||
<form name="mixer-profile-change" id="mixer-profile-change">
|
||||
<select class="dropdown-select" id="mixerprofilechange">
|
||||
<option value="0" i18n="mixerProfile1"></option>
|
||||
<option value="1" i18n="mixerProfile2"></option>
|
||||
</select>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<div id="profile_change">
|
||||
<div class="dropdown dropdown-dark">
|
||||
<form name="profile-change" id="profile-change">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue