mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-06 05:21:22 +03:00
Remove DEBUG defined by default in library
DEBUG should be defined outside the library to enable it not enabled by default in library itself
This commit is contained in:
parent
e0b7e0443c
commit
75843263f2
@ -2,8 +2,6 @@
|
|||||||
#include <lwip/def.h>
|
#include <lwip/def.h>
|
||||||
#include <Arduino.h>
|
#include <Arduino.h>
|
||||||
|
|
||||||
#define DEBUG
|
|
||||||
#define DEBUG_OUTPUT Serial
|
|
||||||
|
|
||||||
DNSServer::DNSServer()
|
DNSServer::DNSServer()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user