diff --git a/_locales/en/messages.json b/_locales/en/messages.json
index 042c5d11..8a727b7c 100755
--- a/_locales/en/messages.json
+++ b/_locales/en/messages.json
@@ -756,8 +756,8 @@
"portsTelemetryOut": {
"message": "Telemetry Output"
},
- "portsLogging": {
- "message": "Logging"
+ "portsPeripherals": {
+ "message": "Peripherals"
},
"portsHelp": {
"message": "Note: not all combinations are valid. When the flight controller firmware detects this the serial port configuration will be reset."
@@ -805,9 +805,11 @@
"message": "Serial RX"
},
"portsFunction_BLACKBOX": {
- "message": "Blackbox"
+ "message": "Blackbox logging"
+ },
+ "portsFunction_TBS_SMARTAUDIO": {
+ "message": "TBS SmartAudio"
},
-
"pidTuningUpgradeFirmwareToChangePidController": {
"message": "Changing PID controller disabled - you can change it via the CLI. You have firmware with API version $1, but this functionality requires requires $2."
},
diff --git a/js/msp/MSPHelper.js b/js/msp/MSPHelper.js
index ef96bd6b..6638cedf 100644
--- a/js/msp/MSPHelper.js
+++ b/js/msp/MSPHelper.js
@@ -20,7 +20,8 @@ function MspHelper () {
'RX_SERIAL': 6,
'BLACKBOX': 7,
'TELEMETRY_MAVLINK': 9,
- 'ESC_SENSOR': 10
+ 'ESC_SENSOR': 10,
+ 'TBS_SMARTAUDIO': 11
};
}
diff --git a/tabs/ports.html b/tabs/ports.html
index 70a0ae8d..14a96aa4 100644
--- a/tabs/ports.html
+++ b/tabs/ports.html
@@ -19,7 +19,7 @@
@@ -58,7 +58,7 @@
|
- |