Skip to content

Commit

Permalink
Add flight instruments to setup tab
Browse files Browse the repository at this point in the history
  • Loading branch information
rbirkby committed Feb 20, 2015
1 parent 34d72fe commit f89aaa1
Show file tree
Hide file tree
Showing 26 changed files with 1,610 additions and 24 deletions.
29 changes: 16 additions & 13 deletions _locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"options_improve_configurator": {
"message": "Send anonymous usage data to the developer team"
},

"connect": {
"message": "Connect"
},
Expand Down Expand Up @@ -41,7 +41,7 @@
"backupFileIncompatible": {
"message": "Backup file provided was generated for previous version of the configurator and is incompatible with this version of configurator. Sorry"
},

"backupFileUnmigratable": {
"message": "Backup file provided was generated by a previous version of the configurator and is not migratable. Sorry."
},
Expand Down Expand Up @@ -109,7 +109,7 @@
"tabAuxiliary": {
"message": "Modes"
},

"serialPortOpened": {
"message": "Serial port <span style=\"color: green\">successfully</span> opened with ID: $1"
},
Expand All @@ -122,21 +122,21 @@
"serialPortClosedFail": {
"message": "<span style=\"color: red\">Failed</span> to close serial port"
},

"noConfigurationReceived": {
"message": "No configuration received within <span style=\"color: red\">10 seconds</span>, communication <span style=\"color: red\">failed</span>"
},
"firmwareVersionNotSupported": {
"message": "This firmware version is <span style=\"color: red\">not supported</span>. Please upgrade to firmware that supports api version <strong>$1</strong> or higher. Use CLI for backup before flashing. CLI backup/restore procedure is in the documention."
},

"tabSwitchConnectionRequired": {
"message": "You need to <strong>connect</strong> before you can view any of the tabs."
},
"tabSwitchWaitForOperation": {
"message": "You <span style=\"color: red\">can't</span> do this right now, please wait for current operation to finish ..."
},
},

"tabSwitchUpgradeRequired": {
"message": "You need to <strong>upgrade</strong> your firmware before you can use the $1 tab."
},
Expand Down Expand Up @@ -352,6 +352,9 @@
"initialSetupGPSHead": {
"message": "GPS"
},
"initialSetupInstrumentsHead": {
"message": "Instruments"
},
"initialSetupButtonSave": {
"message": "Save"
},
Expand Down Expand Up @@ -402,7 +405,7 @@
},
"configurationFailsafe": {
"message": "Receiver failsafe"
},
},
"configurationRSSI": {
"message": "RSSI (Signal Strength)"
},
Expand All @@ -412,7 +415,7 @@
"configurationFeaturesHelp": {
"message": "<strong>Note:</strong> Not all combinations of features are valid. When the flight controller firmware detects invalid feature combinations conflicting features will be disabled.<br /><strong>Note:</strong> Configure serial ports <span style=\"color: red\">before</span> enabling the features that will use the ports."
},

"configurationBoardAlignment": {
"message": "Board Alignment"
},
Expand Down Expand Up @@ -703,7 +706,7 @@
"adjustmentsEepromSaved": {
"message": "EEPROM <span style=\"color: green\">saved</span>"
},


"servosModel": {
"message": "Model:"
Expand Down Expand Up @@ -843,7 +846,7 @@
"message": "Automatically loaded previous log file: <strong>$1</strong>"
},

"firmwareFlasherReleaseSummaryHead": {
"firmwareFlasherReleaseSummaryHead": {
"message": "Release info"
},
"firmwareFlasherReleaseName": {
Expand Down Expand Up @@ -876,7 +879,7 @@
"firmwareFlasherTargetWarning": {
"message": "<span style=\"color: red\">IMPORTANT</span>: Ensure you flash a file appropriate for your target. Flashing a binary for the wrong target can cause <span style=\"color: red\">bad</span> things to happen."
},

"firmwareFlasherPath": {
"message": "Path:"
},
Expand Down Expand Up @@ -976,7 +979,7 @@
"firmwareFlasherFailedToLoadOnlineFirmware": {
"message": "Failed to load remote firmware"
},

"ledStripHelp": {
"message": "The flight controller can control colors and effects of individual LEDs on a strip.<br />Configure LEDs on the grid, configure wiring order then attach LEDs on your aircraft according to grid positions."
},
Expand Down
106 changes: 106 additions & 0 deletions images/flightindicators/altitude_pressure.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit f89aaa1

Please sign in to comment.