Skip to content
Snippets Groups Projects
Commit 321f98f8 authored by Scott Lahteine's avatar Scott Lahteine Committed by GitHub
Browse files

Fix servo delay in Folgertech config

parent 9721c77f
Branches
Tags
No related merge requests found
...@@ -1616,7 +1616,7 @@ ...@@ -1616,7 +1616,7 @@
// Delay (in milliseconds) before the next move will start, to give the servo time to reach its target angle. // 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. // 300ms is a good value but you can try less delay.
// If the servo can't reach the requested position, increase it. // If the servo can't reach the requested position, increase it.
#define SERVO_DELAY 500 #define SERVO_DELAY { 500, 500 }
// Servo deactivation // Servo deactivation
// //
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment