1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 00:35:39 +03:00

Merge pull request #11783 from phobos-/elrs-3

ExpressLRS 3.0 compatibility mode
This commit is contained in:
haslinghuis 2022-09-11 23:05:15 +02:00 committed by GitHub
commit 61c17a9ca8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 538 additions and 648 deletions

View file

@ -511,7 +511,7 @@ static const char* const lookupTableFreqDomain[] = {
"AU433", "AU915", "EU433", "EU868", "IN866", "FCC915",
#endif
#ifdef USE_RX_SX1280
"ISM2400",
"ISM2400", "CE2400"
#endif
#if !defined(USE_RX_SX127X) && !defined(USE_RX_SX1280)
"NONE",
@ -519,7 +519,7 @@ static const char* const lookupTableFreqDomain[] = {
};
static const char* const lookupTableSwitchMode[] = {
"HYBRID", "WIDE",
"WIDE", "HYBRID",
};
#endif