diff --git a/fw/console.c b/fw/console.c index 9810173..c601a83 100644 --- a/fw/console.c +++ b/fw/console.c @@ -26,7 +26,7 @@ static uint8_t *uid = (uint8_t *)(0x1FFF7A10); static char cmdBuff[64]; static uint8_t argc; -static char* argv[8]; +static char* argv[255]; static void helpFn(uint8_t argc, char *argv[]); static void i2cCmd(uint8_t argc, char *argv[]);