mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 08:15:30 +03:00
Seperate rcCommand[Throttle] from D-Shot Motor Output
This commit is contained in:
parent
40ec36f6c4
commit
70542eabd0
3 changed files with 18 additions and 5 deletions
|
@ -236,7 +236,8 @@ const mixer_t mixers[] = {
|
|||
|
||||
static motorMixer_t *customMixers;
|
||||
|
||||
static uint16_t disarmMotorOutput, motorOutputHigh, motorOutputLow, deadbandMotor3dHigh, deadbandMotor3dLow;
|
||||
static uint16_t disarmMotorOutput, deadbandMotor3dHigh, deadbandMotor3dLow;
|
||||
uint16_t motorOutputHigh, motorOutputLow;
|
||||
static float rcCommandThrottleRange, rcCommandThrottleRange3dLow, rcCommandThrottleRange3dHigh;
|
||||
|
||||
uint8_t getMotorCount()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue