mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 01:35:41 +03:00
Added support for DShot ESC settings to CLI.
This commit is contained in:
parent
79b4badf62
commit
85b002bb73
7 changed files with 103 additions and 41 deletions
|
@ -24,6 +24,8 @@ extern int16_t magHold;
|
|||
extern bool isRXDataNew;
|
||||
extern int16_t headFreeModeHold;
|
||||
|
||||
extern uint8_t motorControlEnable;
|
||||
|
||||
typedef struct throttleCorrectionConfig_s {
|
||||
uint16_t throttle_correction_angle; // the angle when the throttle correction is maximal. in 0.1 degres, ex 225 = 22.5 ,30.0, 450 = 45.0 deg
|
||||
uint8_t throttle_correction_value; // the correction that will be applied at throttle_correction_angle.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue