Skip to content

Commit 1711db1

Browse files
committed
Increase incomming command buffer size to 100
1 parent b52b0e4 commit 1711db1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
const int LOGGING = 0;
1313

14-
const int INCOMING_CMD_BUF_SIZE = 50;
14+
const int INCOMING_CMD_BUF_SIZE = 100;
1515

1616
const char COMM_REPORT_CMD_IDLE[4] = {'R', '0', '0', '\0'};
1717
const char COMM_REPORT_CMD_START[4] = {'R', '0', '1', '\0'};

0 commit comments

Comments
 (0)