mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-25 17:25:14 +03:00
Merge pull request #386 from iNavFlight/agh_fport
Add support for selecting FPort serial RX protocol
This commit is contained in:
commit
824ca3ede5
1 changed files with 4 additions and 0 deletions
4
js/fc.js
4
js/fc.js
|
@ -774,6 +774,10 @@ var FC = {
|
||||||
data.push('TBS Crossfire');
|
data.push('TBS Crossfire');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (semver.gte(CONFIG.flightControllerVersion, "1.9.1")) {
|
||||||
|
data.push('FPort');
|
||||||
|
}
|
||||||
|
|
||||||
return data;
|
return data;
|
||||||
},
|
},
|
||||||
getSPIProtocolTypes: function () {
|
getSPIProtocolTypes: function () {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue