1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-27 18:02:17 +03:00

disable WiFi DEBUG_WIFI_MULTI

add _min and _max define as workaround
This commit is contained in:
Markus Sattler
2015-06-20 20:55:08 +02:00
parent 874cf0ef98
commit 1f1497264b
2 changed files with 3 additions and 1 deletions

View File

@ -32,7 +32,7 @@
#undef max
#include <vector>
#define DEBUG_WIFI_MULTI(...) Serial1.printf( __VA_ARGS__ )
//#define DEBUG_WIFI_MULTI(...) Serial1.printf( __VA_ARGS__ )
#ifndef DEBUG_WIFI_MULTI
#define DEBUG_WIFI_MULTI(...)