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:
commit
61c17a9ca8
13 changed files with 538 additions and 648 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue