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;