mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-23 08:15:26 +03:00
Fixed soft filter CLI lookup table
This commit is contained in:
parent
a2fbf56493
commit
9d023cabb0
1 changed files with 1 additions and 1 deletions
|
@ -358,7 +358,7 @@ static const char * const lookupTableSerialRX[] = {
|
|||
};
|
||||
|
||||
static const char * const lookupTableSoftFilter[] = {
|
||||
"LOW", "MEDIUM", "HIGH"
|
||||
"NONE", "LOW", "MEDIUM", "HIGH"
|
||||
};
|
||||
|
||||
static const char * const lookupTableFailsafeProcedure[] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue