Skip to content

Commit 39469f6

Browse files
committed
temporary fix of min/max
1 parent 56ed566 commit 39469f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hardware/esp8266com/esp8266/libraries/ESP8266WiFi/src/ESP8266WiFiMulti.h

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
#define WIFICLIENTMULTI_H_
2929

3030
#include "ESP8266WiFi.h"
31+
#undef min
32+
#undef max
3133
#include <vector>
3234

3335
//#define DEBUG_WIFI_MULTI(...) os_printf( __VA_ARGS__ )

0 commit comments

Comments
 (0)