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

Merge pull request #718 from sticilface/patch-1

Update Parsing.cpp
This commit is contained in:
Ivan Grokhotkov 2015-08-31 09:37:31 +03:00
commit 33de15e616

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) {