mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 04:45:24 +03:00
Merge branch 'master' into development
This commit is contained in:
commit
81623d4ac7
7 changed files with 32 additions and 16 deletions
|
@ -532,7 +532,7 @@ static const char * const lookupTableRcInterpolation[] = {
|
|||
};
|
||||
|
||||
static const char * const lookupTableLowpassType[] = {
|
||||
"NORMAL", "HIGH"
|
||||
"NORMAL", "HIGH", "DENOISE"
|
||||
};
|
||||
|
||||
static const char * const lookupTableFailsafe[] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue