1
0
Fork 0
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:
Michael Keller 2019-12-02 11:31:05 +13:00 committed by GitHub
commit 054bd66bc4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 50 additions and 19 deletions

View file

@ -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