mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-23 00:05:28 +03:00
Remove MultiWii23 PID controller. Better LEVEL defaults for MultiWiiRewrite
This commit is contained in:
parent
490472a45b
commit
cf8cab53f4
5 changed files with 6 additions and 128 deletions
|
@ -340,7 +340,7 @@ static const char * const lookupTableGimbalMode[] = {
|
|||
};
|
||||
|
||||
static const char * const lookupTablePidController[] = {
|
||||
"MW23", "MWREWRITE", "LUX"
|
||||
"UNUSED", "MWREWRITE", "LUX"
|
||||
};
|
||||
|
||||
static const char * const lookupTableBlackboxDevice[] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue