From 7e6390ba0aa48d6f33c92997ddf3a3fb2b7fbd28 Mon Sep 17 00:00:00 2001 From: Martin Date: Sun, 7 Apr 2024 16:27:04 -0400 Subject: [PATCH] Moved FILE_WRITTING into the common code section. --- src/ESPUI.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ESPUI.h b/src/ESPUI.h index 610d815..0e7bcc4 100644 --- a/src/ESPUI.h +++ b/src/ESPUI.h @@ -47,10 +47,10 @@ #include #include -#define FILE_WRITING "w" - #endif +#define FILE_WRITING "w" + // Message Types (and control types) enum MessageTypes : uint8_t