various bugfixes

This commit is contained in:
Alex
2014-02-27 19:33:26 +01:00
parent 5ee809680d
commit eaf4e946d2
5 changed files with 14 additions and 3 deletions

View File

@@ -426,7 +426,7 @@ void process_commands(char command[], int command_length) // deals with standard
for(int i=0;i<100;i++)
{
SoftwareServo::refresh();
delay(80);
delay(250);
}
servoEnabled=false;
}