Skip to content

Commit 0db0774

Browse files
authored
Add support for 460K8 telemetry baudrate (#4658)
1 parent e65dc56 commit 0db0774

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/js/tabs/ports.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ ports.initialize = function (callback) {
9898

9999
if (semver.gte(FC.CONFIG.apiVersion, API_VERSION_1_47)) {
100100
gpsBaudRates.push("230400");
101+
telemetryBaudRates.push("230400", "460800");
101102
}
102103

103104
const columns = ["configuration", "peripherals", "sensors", "telemetry", "rx"];

0 commit comments

Comments
 (0)