mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 01:05:27 +03:00
Update RC smoothing "auto" settings to consider interpolated fe… (#9249)
Update RC smoothing "auto" settings to consider interpolated feedforward
This commit is contained in:
commit
054bd66bc4
5 changed files with 50 additions and 19 deletions
|
@ -400,7 +400,7 @@ static const char * const lookupTableRcSmoothingInputType[] = {
|
|||
"PT1", "BIQUAD"
|
||||
};
|
||||
static const char * const lookupTableRcSmoothingDerivativeType[] = {
|
||||
"OFF", "PT1", "BIQUAD"
|
||||
"OFF", "PT1", "BIQUAD", "AUTO"
|
||||
};
|
||||
#endif // USE_RC_SMOOTHING_FILTER
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue