mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-13 13:01:55 +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:
@ -2,8 +2,6 @@
|
||||
#include <lwip/def.h>
|
||||
#include <Arduino.h>
|
||||
|
||||
#define DEBUG
|
||||
#define DEBUG_OUTPUT Serial
|
||||
|
||||
DNSServer::DNSServer()
|
||||
{
|
||||
|
Reference in New Issue
Block a user