mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-23 16:25:22 +03:00
Added latest Rc Smoothing changes
Requested changes and sonar More sonar fixes Changes to msp and rename bad old names
This commit is contained in:
parent
5fb3007a17
commit
467655ecdd
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