1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-16 11:21:18 +03:00

temporary fix of min/max

This commit is contained in:
Ivan Grokhotkov
2015-05-19 01:31:10 +03:00
parent 56ed566e51
commit 39469f6249

View File

@ -28,6 +28,8 @@
#define WIFICLIENTMULTI_H_
#include "ESP8266WiFi.h"
#undef min
#undef max
#include <vector>
//#define DEBUG_WIFI_MULTI(...) os_printf( __VA_ARGS__ )