diff --git a/src/js/tabs/ports.js b/src/js/tabs/ports.js index d50c623637..9faa288fa1 100644 --- a/src/js/tabs/ports.js +++ b/src/js/tabs/ports.js @@ -98,6 +98,7 @@ ports.initialize = function (callback) { if (semver.gte(FC.CONFIG.apiVersion, API_VERSION_1_47)) { gpsBaudRates.push("230400"); + telemetryBaudRates.push("230400", "460800"); } const columns = ["configuration", "peripherals", "sensors", "telemetry", "rx"];