mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-16 04:45:18 +03:00
MSP refactoring
This commit is contained in:
parent
3311093cb1
commit
18a00dedf8
26 changed files with 2431 additions and 2426 deletions
2
main.js
2
main.js
|
@ -354,7 +354,7 @@ $(document).ready(function () {
|
|||
|
||||
profile_e.change(function () {
|
||||
var profile = parseInt($(this).val());
|
||||
MSP.send_message(MSP_codes.MSP_SELECT_SETTING, [profile], false, function () {
|
||||
MSP.send_message(MSPCodes.MSP_SELECT_SETTING, [profile], false, function () {
|
||||
GUI.log(chrome.i18n.getMessage('pidTuningLoadedProfile', [profile + 1]));
|
||||
updateActivatedTab();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue