From f81eb4cdbc604834d4d870c1fa58eb4d35523455 Mon Sep 17 00:00:00 2001 From: Stephan <31169771+Blueforcer@users.noreply.github.com> Date: Thu, 11 May 2023 22:43:30 +0200 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 0f522d47..840b216e 100644 --- a/src/Globals.h +++ b/src/Globals.h @@ -2,7 +2,7 @@ #define GLOBALS_H #include #include - + #define DEBUG #ifdef DEBUG @@ -119,4 +119,4 @@ extern uint16_t TEMP_COLOR; extern uint16_t HUM_COLOR; extern bool ARTNET_MODE; extern bool MOODLIGHT_MODE; -#endif // Globals_H \ No newline at end of file +#endif // Globals_H