25 -> 40 chars for REQUESTs

This commit is contained in:
Felix Rusu 2020-05-18 20:24:52 -04:00
parent 12e13f211a
commit 43fab5397b
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@
#define RAMSIZE 2048
#endif
#define MAX_BUFFER_LENGTH 25 //limit parameter update requests to 20 chars. ex: Parameter:LongRequest
#define MAX_BUFFER_LENGTH 40 //limit parameter update requests to 20 chars. ex: Parameter:LongRequest
#define MAX_ACK_REQUEST_LENGTH 30 //60 is max for ACK (with ATC enabled), but need to allow appending :OK and :INV to confirmations from node
typedef struct req {