Skip to content

Commit

Permalink
Increase incomming command buffer size to 100
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorRigby committed Oct 22, 2019
1 parent b52b0e4 commit 1711db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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'};
Expand Down

0 comments on commit 1711db1

Please sign in to comment.