Increase incomming command buffer size to 100

pull/119/head v6.4.2
Connor Rigby 2019-10-21 12:38:46 -07:00
parent b52b0e4c68
commit 1711db1d99
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
const int LOGGING = 0;
const int INCOMING_CMD_BUF_SIZE = 50;
const int INCOMING_CMD_BUF_SIZE = 100;
const char COMM_REPORT_CMD_IDLE[4] = {'R', '0', '0', '\0'};
const char COMM_REPORT_CMD_START[4] = {'R', '0', '1', '\0'};