mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 21:35:44 +03:00
Add Experimental LPF parameter
This commit is contained in:
parent
856ceee528
commit
a2a58d8ccb
3 changed files with 7 additions and 3 deletions
|
@ -380,7 +380,11 @@ static const char * const lookupTableGyroLpf[] = {
|
|||
"OFF",
|
||||
"188HZ",
|
||||
"98HZ",
|
||||
"42HZ"
|
||||
"42HZ",
|
||||
"20HZ",
|
||||
"10HZ",
|
||||
"5HZ",
|
||||
"EXPERIMENTAL"
|
||||
};
|
||||
|
||||
static const char * const lookupTableAccHardware[] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue