Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNavFlight/inav-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPawel Spychalski (DzikuVx) <pawel.spychalski@raisin.com>2016-11-23 19:10:33 +0300
committerPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2016-11-29 21:47:47 +0300
commit18a00dedf89f12ece8b854515a8977223c4f1970 (patch)
treea3cd8fea2169ced68c87f2386998bbc9112af8c4 /main.js
parent3311093cb15a77a29b641318acbe9c674ad727d0 (diff)
MSP refactoring
Diffstat (limited to 'main.js')
-rw-r--r--main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.js b/main.js
index 46021fe4..58660cc4 100644
--- a/main.js
+++ b/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();
});