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:
commit
2d268ee115
5 changed files with 193 additions and 156 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue