1
0
Fork 0
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:
Konstantin Sharlaimov (DigitalEntity) 2015-12-06 12:36:35 +10:00
parent a2fbf56493
commit 9d023cabb0

View file

@ -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[] = {