From 43fab5397bff13ce21e60d626afc6d106a33281e Mon Sep 17 00:00:00 2001 From: Felix Rusu Date: Mon, 18 May 2020 20:24:52 -0400 Subject: [PATCH] 25 -> 40 chars for REQUESTs --- Examples/PiGateway/PiGateway.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/PiGateway/PiGateway.ino b/Examples/PiGateway/PiGateway.ino index 0ea42b6..6d1c299 100644 --- a/Examples/PiGateway/PiGateway.ino +++ b/Examples/PiGateway/PiGateway.ino @@ -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 {