Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions libraries/SocketWrapper/src/MbedUdp.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -105,4 +105,4 @@ class MbedUDP : public UDP {

}

#endif
#endif