mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Smoothed Derivative from Error // Fix Iterm accumulation issues // Defaultss
Saturation rework
This commit is contained in:
parent
49defe8c68
commit
d214f8602d
10 changed files with 104 additions and 103 deletions
|
@ -147,6 +147,7 @@ typedef struct controlRateConfig_s {
|
|||
} controlRateConfig_t;
|
||||
|
||||
extern int16_t rcCommand[4];
|
||||
extern int16_t rcCommandSmooth[4];
|
||||
|
||||
typedef struct rcControlsConfig_s {
|
||||
uint8_t deadband; // introduce a deadband around the stick center for pitch and roll axis. Must be greater than zero.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue