Accommodate more ACL rules.
This commit is contained in:
@@ -395,7 +395,7 @@ console_handle_command(struct espconn *pespconn)
|
||||
#define MAX_CMD_TOKENS 20
|
||||
|
||||
char cmd_line[MAX_CON_CMD_SIZE+1];
|
||||
char response[512];
|
||||
char response[1024];
|
||||
char *tokens[MAX_CMD_TOKENS];
|
||||
|
||||
int bytes_count, nTokens;
|
||||
|
||||
Reference in New Issue
Block a user