1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-25 17:25:14 +03:00

TBS Crossfire and JETI EXBUS

This commit is contained in:
Pawel Spychalski (DzikuVx) 2017-02-20 10:19:02 +01:00
parent 050dab3ee1
commit 2efb215d86

View file

@ -556,7 +556,7 @@ var FC = {
]; ];
}, },
getSerialRxTypes: function () { getSerialRxTypes: function () {
return [ var data = [
'SPEKTRUM1024', 'SPEKTRUM1024',
'SPEKTRUM2048', 'SPEKTRUM2048',
'SBUS', 'SBUS',
@ -566,6 +566,13 @@ var FC = {
'XBUS_MODE_B_RJ01', 'XBUS_MODE_B_RJ01',
'IBUS' 'IBUS'
]; ];
if (semver.gte(CONFIG.flightControllerVersion, "1.6.0")) {
data.push('JETI EXBUS');
data.push('TBS Crossfire');
}
return data;
}, },
getNrf24ProtocolTypes: function () { getNrf24ProtocolTypes: function () {
return [ return [