mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-17 05:15:21 +03:00
Add rcsmoothing auto smoothness to UI
This commit is contained in:
parent
e3e79f6e81
commit
70464f5ff2
5 changed files with 77 additions and 4 deletions
|
@ -461,6 +461,8 @@ var FC = {
|
|||
rcSmoothingDerivativeCutoff: 0,
|
||||
rcSmoothingInputType: 0,
|
||||
rcSmoothingDerivativeType: 0,
|
||||
rcSmoothingAutoSmoothness: 0,
|
||||
usbCdcHidType: 0,
|
||||
};
|
||||
|
||||
FAILSAFE_CONFIG = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue