Merge pull request #7504 from thinkyhead/bf1_servo_delays
Individual servo delays
This commit is contained in:
commit
385f1bb9e5
38 changed files with 46 additions and 43 deletions
|
|
@ -1652,7 +1652,7 @@
|
|||
// Delay (in milliseconds) before the next move will start, to give the servo time to reach its target angle.
|
||||
// 300ms is a good value but you can try less delay.
|
||||
// If the servo can't reach the requested position, increase it.
|
||||
#define SERVO_DELAY 300
|
||||
#define SERVO_DELAY { 300 }
|
||||
|
||||
// Servo deactivation
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue