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:
Diffstat (limited to 'tabs/ports.js')
-rw-r--r--tabs/ports.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/tabs/ports.js b/tabs/ports.js
index b17966f4..37a9dbec 100644
--- a/tabs/ports.js
+++ b/tabs/ports.js
@@ -105,12 +105,6 @@ TABS.ports.initialize = function (callback) {
maxPorts: 1 }
);
- functionRules.push({
- name: 'IMU2',
- groups: ['peripherals'],
- maxPorts: 1 }
- );
-
for (var i = 0; i < functionRules.length; i++) {
functionRules[i].displayName = chrome.i18n.getMessage('portsFunction_' + functionRules[i].name);
}