Skip to content

Commit 6006308

Browse files
tzxespressiome-no-dev
authored andcommitted
fix some compile issue in cpp project(like WiFiMulti.h) (espressif#350)
1 parent 32c028a commit 6006308

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)