Skip to content

Commit 80ea5f6

Browse files
author
blue-2357
committed
fix some compile issue in cpp project(like WiFiMulti.h) (#350)
1 parent d53148c commit 80ea5f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libraries/WiFi/src/WiFiClient.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323

2424
#include "Arduino.h"
2525
#include "Client.h"
26+
#undef min
27+
#undef max
2628
#include <memory>
2729

2830
class WiFiClientSocketHandle;

0 commit comments

Comments
 (0)