mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-24 16:55:22 +03:00
Add support for selecting FPort serial RX protocol
This commit is contained in:
parent
b01405139e
commit
68dcaa18f8
1 changed files with 4 additions and 0 deletions
4
js/fc.js
4
js/fc.js
|
@ -773,6 +773,10 @@ var FC = {
|
|||
data.push('TBS Crossfire');
|
||||
}
|
||||
|
||||
if (semver.gte(CONFIG.flightControllerVersion, "1.9.1")) {
|
||||
data.push('FPort');
|
||||
}
|
||||
|
||||
return data;
|
||||
},
|
||||
getSPIProtocolTypes: function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue