From b69a61e96cb9ed16aafda834003bbfe749f290bb Mon Sep 17 00:00:00 2001 From: Stephan <31169771+Blueforcer@users.noreply.github.com> Date: Tue, 24 Dec 2024 13:07:37 +0100 Subject: [PATCH] Update Globals.h --- src/Globals.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Globals.h b/src/Globals.h index 073d3a8..a88eded 100644 --- a/src/Globals.h +++ b/src/Globals.h @@ -3,7 +3,7 @@ #include #include #include "effects.h" - + #define DEBUG #ifdef DEBUG @@ -148,4 +148,4 @@ extern OverlayEffect GLOBAL_OVERLAY; extern String HOSTNAME; extern int WEB_PORT; extern bool BUZ_VOL; -#endif // Globals_H \ No newline at end of file +#endif // Globals_H