mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-17 21:35:33 +03:00
Added EXPRESSLRS to the list of SPI protocols
This commit is contained in:
parent
4b8b221806
commit
4bc3bfb765
1 changed files with 1 additions and 0 deletions
|
@ -310,6 +310,7 @@ TABS.receiver.initialize = function (callback) {
|
||||||
spiRxTypes.push(
|
spiRxTypes.push(
|
||||||
'FRSKY_X_V2',
|
'FRSKY_X_V2',
|
||||||
'FRSKY_X_LBT_V2',
|
'FRSKY_X_LBT_V2',
|
||||||
|
'EXPRESSLRS',
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue