mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 09:45:37 +03:00
Remove SPEK1024 as the default RX (set to NONE) (#12500)
This commit is contained in:
parent
53dbad7e1a
commit
f69fe363c8
3 changed files with 8 additions and 4 deletions
|
@ -232,7 +232,7 @@ static const char * const lookupTableBlackboxSampleRate[] = {
|
|||
|
||||
#ifdef USE_SERIALRX
|
||||
static const char * const lookupTableSerialRX[] = {
|
||||
"SPEK1024",
|
||||
"NONE",
|
||||
"SPEK2048",
|
||||
"SBUS",
|
||||
"SUMD",
|
||||
|
@ -247,6 +247,7 @@ static const char * const lookupTableSerialRX[] = {
|
|||
"FPORT",
|
||||
"SRXL2",
|
||||
"GHST",
|
||||
"SPEK1024",
|
||||
};
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue