Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/betaflight/betaflight-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhaslinghuis <mark@numloq.nl>2021-12-23 21:21:35 +0300
committerGitHub <noreply@github.com>2021-12-23 21:21:35 +0300
commit90f15faf79e3250a333aece85d9f99d352180a89 (patch)
tree973e15f1b4c208c4ee21353f1c0cd960fd33d7e1
parent4b8b221806fd3d2cb966b9d84f627837e23ace7e (diff)
parent4bc3bfb765d60442ccb249597b406db5e0d83a9c (diff)
Merge pull request #2708 from phobos-/express-lrs10.8.0-RC1
Added EXPRESSLRS to the list of SPI protocols
-rw-r--r--src/js/tabs/receiver.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/js/tabs/receiver.js b/src/js/tabs/receiver.js
index cb468f20..c11d805c 100644
--- a/src/js/tabs/receiver.js
+++ b/src/js/tabs/receiver.js
@@ -310,6 +310,7 @@ TABS.receiver.initialize = function (callback) {
spiRxTypes.push(
'FRSKY_X_V2',
'FRSKY_X_LBT_V2',
+ 'EXPRESSLRS',
);
}