Skip to content

Commit 978081e

Browse files
committed
Add IPAddress.h for compatibility with older SAMD core version
1 parent fcc3b92 commit 978081e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utility/WiFiSocketBuffer.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#define _WIFI_SOCKET_BUFFER_H_
33

44
#include <Arduino.h>
5+
#include <IPAddress.h>
56

67
#define WIFI_SOCKET_TCP_BUFFER_SIZE 4096
78
#define WIFI_SOCKET_UDP_BUFFER_SIZE 1500

0 commit comments

Comments
 (0)