mirror of
https://github.com/brmlab/lasic.git
synced 2025-06-08 09:14:01 +02:00
Sketch InCmd[]: Enlarge from 16 to 32
This commit is contained in:
parent
53b99be308
commit
33fbb48200
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#include <Stepper.h>
|
||||
|
||||
char InCmd[16];
|
||||
char InCmd[32];
|
||||
byte InCmdIndex = 0;
|
||||
byte InByte = 0;
|
||||
unsigned long lastTime = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue