1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 12:55:19 +03:00

Default Anti Desync

This commit is contained in:
borisbstyle 2016-06-02 10:41:31 +02:00
parent 77dc19e9d9
commit 09f5c85817

View file

@ -237,7 +237,7 @@ void resetEscAndServoConfig(escAndServoConfig_t *escAndServoConfig)
escAndServoConfig->maxthrottle = 1850;
escAndServoConfig->mincommand = 1000;
escAndServoConfig->servoCenterPulse = 1500;
escAndServoConfig->escDesyncProtection = 0;
escAndServoConfig->escDesyncProtection = 10000;
}
void resetFlight3DConfig(flight3DConfig_t *flight3DConfig)