diff --git a/libraries/SocketWrapper/src/MbedUdp.h b/libraries/SocketWrapper/src/MbedUdp.h index a16eb44a4..3d5228ba6 100644 --- a/libraries/SocketWrapper/src/MbedUdp.h +++ b/libraries/SocketWrapper/src/MbedUdp.h @@ -28,7 +28,7 @@ #include "netsocket/UDPSocket.h" #ifndef WIFI_UDP_BUFFER_SIZE -#define WIFI_UDP_BUFFER_SIZE 508 +#define WIFI_UDP_BUFFER_SIZE 2048 #endif namespace arduino { @@ -105,4 +105,4 @@ class MbedUDP : public UDP { } -#endif \ No newline at end of file +#endif