Skip to content
Snippets Groups Projects
Commit 947aa183 authored by Lorenz Meier's avatar Lorenz Meier
Browse files

Use 900 us as default motor off PWM since some ESCs have lower limits

parent 5dc4ea81
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ __BEGIN_DECLS
/**
* Default value for a shutdown motor
*/
#define PWM_MOTOR_OFF 800
#define PWM_MOTOR_OFF 900
/**
* Default minimum PWM in us
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment