1
0
Fork 0
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:
borisbstyle 2016-03-01 00:18:49 +01:00
parent 856ceee528
commit a2a58d8ccb
3 changed files with 7 additions and 3 deletions

View file

@ -380,7 +380,11 @@ static const char * const lookupTableGyroLpf[] = {
"OFF",
"188HZ",
"98HZ",
"42HZ"
"42HZ",
"20HZ",
"10HZ",
"5HZ",
"EXPERIMENTAL"
};
static const char * const lookupTableAccHardware[] = {