Merge pull request #2708 from phobos-/express-lrs

Added EXPRESSLRS to the list of SPI protocols
10.8-maintenance 10.8.0-RC1
haslinghuis 2021-12-23 19:21:35 +01:00 committed by GitHub
commit 90f15faf79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -310,6 +310,7 @@ TABS.receiver.initialize = function (callback) {
spiRxTypes.push(
'FRSKY_X_V2',
'FRSKY_X_LBT_V2',
'EXPRESSLRS',
);
}