mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-17 21:35:33 +03:00
Adding rc smoothing
This commit is contained in:
parent
25b49fb79f
commit
5a6b277778
6 changed files with 437 additions and 25 deletions
34
src/js/fc.js
34
src/js/fc.js
|
@ -378,20 +378,26 @@ var FC = {
|
|||
};
|
||||
|
||||
RX_CONFIG = {
|
||||
serialrx_provider: 0,
|
||||
stick_max: 0,
|
||||
stick_center: 0,
|
||||
stick_min: 0,
|
||||
spektrum_sat_bind: 0,
|
||||
rx_min_usec: 0,
|
||||
rx_max_usec: 0,
|
||||
rcInterpolation: 0,
|
||||
rcInterpolationInterval: 0,
|
||||
airModeActivateThreshold: 0,
|
||||
rxSpiProtocol: 0,
|
||||
rxSpiId: 0,
|
||||
rxSpiRfChannelCount: 0,
|
||||
fpvCamAngleDegrees: 0,
|
||||
serialrx_provider: 0,
|
||||
stick_max: 0,
|
||||
stick_center: 0,
|
||||
stick_min: 0,
|
||||
spektrum_sat_bind: 0,
|
||||
rx_min_usec: 0,
|
||||
rx_max_usec: 0,
|
||||
rcInterpolation: 0,
|
||||
rcInterpolationInterval: 0,
|
||||
rcInterpolationChannels: 0,
|
||||
airModeActivateThreshold: 0,
|
||||
rxSpiProtocol: 0,
|
||||
rxSpiId: 0,
|
||||
rxSpiRfChannelCount: 0,
|
||||
fpvCamAngleDegrees: 0,
|
||||
rcSmoothingType: 0,
|
||||
rcSmoothingInputCutoff: 0,
|
||||
rcSmoothingDerivativeCutoff: 0,
|
||||
rcSmoothingInputType: 0,
|
||||
rcSmoothingDerivativeType: 0,
|
||||
};
|
||||
|
||||
FAILSAFE_CONFIG = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue