Skip to content

Commit

Permalink
Remove NMEA support
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis committed Nov 9, 2023
1 parent 90b7571 commit b824081
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/js/tabs/gps.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ gps.initialize = async function (callback) {
'MSP',
];

if (semver.gte(FC.CONFIG.apiVersion, API_VERSION_1_46)) {
gpsProtocols.shift();
}

const gpsBaudRates = [
'115200',
'57600',
Expand Down

0 comments on commit b824081

Please sign in to comment.