1
0
Fork 0
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:
ctzsnooze 2021-05-18 09:59:27 +10:00
parent 636d563abe
commit 3b62b2e5d4
8 changed files with 123 additions and 29 deletions

View file

@ -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[] = {