mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-26 01:35:23 +03:00
Renamed global profile selector to avoid collisions with #pid-tuning
This commit is contained in:
parent
11fcf24258
commit
0aefcd5959
2 changed files with 3 additions and 3 deletions
|
@ -138,13 +138,13 @@
|
||||||
</ul>
|
</ul>
|
||||||
<div id="profile_change">
|
<div id="profile_change">
|
||||||
<div class="dropdown dropdown-dark">
|
<div class="dropdown dropdown-dark">
|
||||||
<form name="pid-tuning" id="pid-tuning">
|
<form name="profile-change" id="profile-change">
|
||||||
<select class="dropdown-select" name="profilechange">
|
<select class="dropdown-select" name="profilechange">
|
||||||
<option value="0">Profile 1</option>
|
<option value="0">Profile 1</option>
|
||||||
<option value="1">Profile 2</option>
|
<option value="1">Profile 2</option>
|
||||||
<option value="2">Profile 3</option>
|
<option value="2">Profile 3</option>
|
||||||
</select>
|
</select>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -403,7 +403,7 @@ TABS.pid_tuning.initialize = function (callback) {
|
||||||
MSP.send_message(MSP_codes.MSP_EEPROM_WRITE, false, false, function () {
|
MSP.send_message(MSP_codes.MSP_EEPROM_WRITE, false, false, function () {
|
||||||
GUI.log(chrome.i18n.getMessage('pidTuningEepromSaved'));
|
GUI.log(chrome.i18n.getMessage('pidTuningEepromSaved'));
|
||||||
});
|
});
|
||||||
//TABS.pid_tuning.initialize();
|
TABS.pid_tuning.initialize();
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
send_pids();
|
send_pids();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue