From 882e97dfcd7a9bcadc0bef4887f92b2aa31b11a1 Mon Sep 17 00:00:00 2001 From: anschrammh Date: Sat, 19 Oct 2019 15:37:14 +0200 Subject: [PATCH] Small change --- src/app/WEBServer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/WEBServer.h b/src/app/WEBServer.h index 38f072a..99b9260 100644 --- a/src/app/WEBServer.h +++ b/src/app/WEBServer.h @@ -4,7 +4,7 @@ #include "TCPServer.h" #include "Dictionary.h" #include "SDCardManager.h" -#define DEBUG_WEBS +//#define DEBUG_WEBS #define READ_WRITE_BUFFER_SIZE 2500 template