mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 21:05:35 +03:00
Cli PID Controller fix
This commit is contained in:
parent
33b6bac38f
commit
4864f1ce64
3 changed files with 3 additions and 3 deletions
|
@ -337,7 +337,7 @@ static const char * const lookupTableGimbalMode[] = {
|
|||
};
|
||||
|
||||
static const char * const lookupTablePidController[] = {
|
||||
"MWREWRITE", "LUX"
|
||||
"UNUSED", "MWREWRITE", "LUX"
|
||||
};
|
||||
|
||||
static const char * const lookupTableSerialRX[] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue