We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 655beb1 commit 48c061bCopy full SHA for 48c061b
libraries/ESP8266WiFi/src/ESP8266WiFiMulti.h
@@ -28,6 +28,8 @@
28
#define WIFICLIENTMULTI_H_
29
30
#include "ESP8266WiFi.h"
31
+#undef min
32
+#undef max
33
#include <vector>
34
35
//#define DEBUG_WIFI_MULTI(...) os_printf( __VA_ARGS__ )
0 commit comments