From 6f5e65bc02c0b25e731df90d4668b57769d3373b Mon Sep 17 00:00:00 2001 From: Harald Barth Date: Tue, 6 Jun 2023 02:05:21 +0200 Subject: [PATCH] bigger UDP buffers --- Z21Throttle.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Z21Throttle.h b/Z21Throttle.h index 3d061f6..bf0fa73 100644 --- a/Z21Throttle.h +++ b/Z21Throttle.h @@ -21,8 +21,8 @@ #include "CircularBuffer.hpp" #include "WiFiClient.h" -#define UDPBYTE_SIZE 64 -#define UDP_BUFFERSIZE 256 +#define UDPBYTE_SIZE 1500 +#define UDP_BUFFERSIZE 2048 struct MYLOCOZ21 { char throttle; //indicates which throttle letter on client, '0' + clientid