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:
authorskaman82 <skaman82@users.noreply.github.com>2015-11-20 23:42:40 +0300
committerProDrone <me@prodrone.com>2015-12-13 19:50:26 +0300
commitc498e7de342fde713f88f93f0cb2aeffdad0eb95 (patch)
treedc74d29cfd7d7aa03c0b596c80be459b50bf7294 /main.js
parent4867529769bb4905e8e50548c5e713874b9a7281 (diff)
Added support for failsafe TAB
Made in cooperation with skaman82. Summary of modifications: - Extended data storage to hold data for new/changed MSP messages. - Added support for added/changed MSP messages. - Added assigned mode(s) to AUX labels. - Tooltip changes. - Included style modifications to configuration tab from Skaman82. - Moved all texts from failsafe tab .html to `messages.json`. - Removed failsafe settings from configuration tab (now obsolete). - Added failsafe-tab variables to Backup & Restore. - Reorganized stage 2 elements, cleanup and corrections.
Diffstat (limited to 'main.js')
-rw-r--r--main.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/main.js b/main.js
index 29613a01..2e418d6c 100644
--- a/main.js
+++ b/main.js
@@ -126,7 +126,9 @@ $(document).ready(function () {
case 'led_strip':
TABS.led_strip.initialize(content_ready);
break;
-
+ case 'failsafe':
+ TABS.failsafe.initialize(content_ready);
+ break;
case 'setup':
TABS.setup.initialize(content_ready);
break;