1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-24 16:55:22 +03:00

Merge pull request #386 from iNavFlight/agh_fport

Add support for selecting FPort serial RX protocol
This commit is contained in:
Konstantin Sharlaimov 2018-03-18 09:54:45 +10:00 committed by GitHub
commit 824ca3ede5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -774,6 +774,10 @@ var FC = {
data.push('TBS Crossfire');
}
if (semver.gte(CONFIG.flightControllerVersion, "1.9.1")) {
data.push('FPort');
}
return data;
},
getSPIProtocolTypes: function () {