From de09ddbe0972c163aaf60f793c92f57a3619d6e5 Mon Sep 17 00:00:00 2001 From: Martin Date: Sun, 3 Sep 2023 09:20:12 -0400 Subject: [PATCH] Turned off ESPUI_DEBUG by default --- src/ESPUI.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ESPUI.h b/src/ESPUI.h index b68c74d..8dac6a3 100644 --- a/src/ESPUI.h +++ b/src/ESPUI.h @@ -1,7 +1,7 @@ #pragma once // comment out to turn off debug output -#define DEBUG_ESPUI true +// #define DEBUG_ESPUI true #define WS_AUTHENTICATION false #include