mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-12 01:53:07 +03:00
disable DEBUG_WIFI_MULTI define
This commit is contained in:
@ -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(...)
|
||||
|
Reference in New Issue
Block a user