1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-23 16:25:22 +03:00

Auto merged - #2522 at Sun, 01 Aug 2021 04:17:08 GMT

Added latest Rc Smoothing changes
This commit is contained in:
J Blackman 2021-08-01 14:17:09 +10:00 committed by GitHub
commit 2d268ee115
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 193 additions and 156 deletions

View file

@ -540,12 +540,13 @@ const FC = {
rxSpiRfChannelCount: 0,
fpvCamAngleDegrees: 0,
rcSmoothingType: 0,
rcSmoothingInputCutoff: 0,
rcSmoothingDerivativeCutoff: 0,
rcSmoothingSetpointCutoff: 0,
rcSmoothingFeedforwardCutoff: 0,
rcSmoothingInputType: 0,
rcSmoothingDerivativeType: 0,
rcSmoothingAutoSmoothness: 0,
rcSmoothingAutoFactor: 0,
usbCdcHidType: 0,
rcSmoothingMode: 0,
};
this.FAILSAFE_CONFIG = {