From 33fbb48200d64ff349a6a1dde63506de1255eee0 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Tue, 27 Dec 2011 23:05:55 +0100 Subject: [PATCH] Sketch InCmd[]: Enlarge from 16 to 32 --- sketch/lasic.pde | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sketch/lasic.pde b/sketch/lasic.pde index 54f7f30..ec0e262 100644 --- a/sketch/lasic.pde +++ b/sketch/lasic.pde @@ -1,6 +1,6 @@ #include -char InCmd[16]; +char InCmd[32]; byte InCmdIndex = 0; byte InByte = 0; unsigned long lastTime = 0;