Skip to content

Commit 6817db5

Browse files
demvladhaslinghuis
andauthored
Resolved telemetries options issue
Co-authored-by: Mark Haslinghuis <[email protected]>
1 parent b15bd38 commit 6817db5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/js/fc.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -804,8 +804,12 @@ const FC = {
804804
// Default to NONE and move SPEKTRUM1024 to the end (firmware PR #12500)
805805
serialRxTypes[0] = "NONE";
806806
serialRxTypes.push("SPEKTRUM1024");
807+
}
808+
809+
if semver.gte(apiVersion, API_VERSION_1_47)) {
807810
serialRxTypes.push("MAVLINK");
808811
}
812+
}
809813

810814
return serialRxTypes;
811815
},

0 commit comments

Comments
 (0)