mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 08:45:36 +03:00
Detach midrc (input) from servo center (output).
This fixes incorrect servo center position when midrc was not 1500. Most likely only experienced by futaba plane or servo/tilt users.
This commit is contained in:
parent
f4ec9a2c65
commit
a2b232e805
6 changed files with 10 additions and 5 deletions
|
@ -197,6 +197,7 @@ void resetEscAndServoConfig(escAndServoConfig_t *escAndServoConfig)
|
|||
escAndServoConfig->minthrottle = 1150;
|
||||
escAndServoConfig->maxthrottle = 1850;
|
||||
escAndServoConfig->mincommand = 1000;
|
||||
escAndServoConfig->servoCenterPulse = 1500;
|
||||
}
|
||||
|
||||
void resetFlight3DConfig(flight3DConfig_t *flight3DConfig)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue