mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 09:16:07 +03:00
add PT2 and PT3 lowpass filter options
This commit is contained in:
parent
636d563abe
commit
3b62b2e5d4
8 changed files with 123 additions and 29 deletions
|
@ -294,11 +294,15 @@ static const char * const lookupTablePwmProtocol[] = {
|
|||
static const char * const lookupTableLowpassType[] = {
|
||||
"PT1",
|
||||
"BIQUAD",
|
||||
"PT2",
|
||||
"PT3",
|
||||
};
|
||||
|
||||
static const char * const lookupTableDtermLowpassType[] = {
|
||||
"PT1",
|
||||
"BIQUAD",
|
||||
"PT2",
|
||||
"PT3",
|
||||
};
|
||||
|
||||
static const char * const lookupTableAntiGravityMode[] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue