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

Update Parsing.cpp

Remove DEBUG enabled by default
This commit is contained in:
sticilface 2015-08-23 23:48:50 +01:00
parent 1d0222c5d5
commit 00272ca5ae

View File

@ -24,7 +24,7 @@
#include "WiFiClient.h"
#include "ESP8266WebServer.h"
#define DEBUG
//#define DEBUG
#define DEBUG_OUTPUT Serial
bool ESP8266WebServer::_parseRequest(WiFiClient& client) {