diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 8824a484..49a9ff00 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -193,6 +193,9 @@ "serialPortClosedFail": { "message": "Failed to close serial port" }, + "serialUnrecoverable" : { + "message": "Unrecoverable failure of serial connection, disconnecting..." + }, "usbDeviceOpened": { "message": "USB device successfully opened with ID: $1" @@ -921,7 +924,7 @@ "configurationSerialRX": { "message": "Serial Receiver Provider" }, - "configurationSpiRx": { + "configurationSpiRX": { "message": "SPI Bus Receiver Provider" }, "configurationEepromSaved": { @@ -1960,6 +1963,9 @@ "firmwareFlasherShowDevelopmentReleasesDescription":{ "message": "Show Release-Candidates and Development Releases." }, + "firmwareFlasherOptionLoading": { + "message": "Loading ..." + }, "firmwareFlasherOptionLabelSelectFirmware": { "message": "Choose a Firmware / Board" }, diff --git a/js/serial.js b/js/serial.js index b224b02d..6921b367 100644 --- a/js/serial.js +++ b/js/serial.js @@ -66,7 +66,7 @@ var serial = { self.failed = 0; } else { console.log('SERIAL: Connection did not recover from last onReceiveError, disconnecting'); - GUI.log('Unrecoverable failure of serial connection, disconnecting...'); + GUI.log(chrome.i18n.getMessage('serialUnrecoverable')); if (GUI.connected_to || GUI.connecting_to) { $('a.connect').click(); @@ -96,7 +96,7 @@ var serial = { if (info.paused) { // assume unrecoverable, disconnect console.log('SERIAL: Connection did not recover from ' + self.error + ' condition, disconnecting'); - GUI.log('Unrecoverable failure of serial connection, disconnecting...'); + GUI.log(chrome.i18n.getMessage('serialUnrecoverable')); if (GUI.connected_to || GUI.connecting_to) { $('a.connect').click(); diff --git a/main.html b/main.html index a7368856..5bf483b9 100755 --- a/main.html +++ b/main.html @@ -180,7 +180,7 @@
  • Baro
  • -
  • +
  • GPS
  • diff --git a/tabs/firmware_flasher.html b/tabs/firmware_flasher.html index ec3edf69..0c653159 100755 --- a/tabs/firmware_flasher.html +++ b/tabs/firmware_flasher.html @@ -5,7 +5,7 @@ @@ -76,7 +76,7 @@




    -

    +

    diff --git a/tabs/pid_tuning.html b/tabs/pid_tuning.html index 6608081d..a58e85dc 100755 --- a/tabs/pid_tuning.html +++ b/tabs/pid_tuning.html @@ -72,7 +72,7 @@
    - +