mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-23 08:15:26 +03:00
Cleanup names of pid controllers.
This commit is contained in:
parent
fd62dc53fb
commit
bf8daea1b9
3 changed files with 9 additions and 9 deletions
|
@ -337,7 +337,7 @@ static const char * const lookupTableGimbalMode[] = {
|
|||
};
|
||||
|
||||
static const char * const lookupTablePidController[] = {
|
||||
"MULTIWII", "REWRITE", "LUX"
|
||||
"MW23", "MWREWRITE", "LUX"
|
||||
};
|
||||
|
||||
static const char * const lookupTableSerialRX[] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue