Sketch InCmd[]: Enlarge from 16 to 32

This commit is contained in:
Petr Baudis 2011-12-27 23:05:55 +01:00
parent 53b99be308
commit 33fbb48200

View file

@ -1,6 +1,6 @@
#include <Stepper.h>
char InCmd[16];
char InCmd[32];
byte InCmdIndex = 0;
byte InByte = 0;
unsigned long lastTime = 0;