Fix for #3466
This commit is contained in:
parent
864b498319
commit
0a7a74965a
|
@ -499,7 +499,7 @@ void stopPwmAllMotors(void)
|
|||
|
||||
float throttle = 0;
|
||||
float motorOutputMin, motorOutputMax;
|
||||
bool mixerInversion = true;
|
||||
bool mixerInversion = false;
|
||||
float motorOutputRange;
|
||||
|
||||
void calculateThrottleAndCurrentMotorEndpoints(void)
|
||||
|
|
Loading…
Reference in New Issue