diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 4bcb6746..4e347619 100755 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -785,7 +785,7 @@ "message": "Profile" }, "pidTuningControllerHead": { - "message": "PID Controller" + "message": "PID Math" }, "pidTuningLoadedProfile": { "message": "Loaded Profile: $1" diff --git a/manifest.json b/manifest.json index 7a4c4c0b..4375f6c3 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "minimum_chrome_version": "38", - "version": "1.0", + "version": "1.1", "author": "Hydra", "name": "Betaflight - Configurator", "short_name": "Betaflight", diff --git a/tabs/configuration.js b/tabs/configuration.js index 9d374342..3b53fada 100644 --- a/tabs/configuration.js +++ b/tabs/configuration.js @@ -132,7 +132,6 @@ TABS.configuration.initialize = function (callback, scrollPosition) { {bit: 15, group: 'rssi', name: 'RSSI_ADC'}, {bit: 16, group: 'other', name: 'LED_STRIP'}, {bit: 17, group: 'other', name: 'DISPLAY'}, - {bit: 18, group: 'esc', name: 'ONESHOT125', haveTip: true}, {bit: 19, group: 'other', name: 'BLACKBOX', haveTip: true} ]; diff --git a/tabs/pid_tuning.js b/tabs/pid_tuning.js index d5d206d4..dae52042 100755 --- a/tabs/pid_tuning.js +++ b/tabs/pid_tuning.js @@ -319,9 +319,9 @@ TABS.pid_tuning.initialize = function (callback) { ] } else { pidControllerList = [ - { name: "MultiWii (2.3)"}, - { name: "MultiWii (Rewrite)"}, - { name: "LuxFloat"}, + { name: ""}, + { name: "Integer"}, + { name: "Float"}, ] }