1
0
mirror of https://github.com/s00500/ESPUI.git synced 2025-07-23 13:35:32 +00:00

Moved FILE_WRITTING into the common code section.

This commit is contained in:
Martin
2024-04-07 16:27:04 -04:00
parent 164be971e3
commit 7e6390ba0a

View File

@@ -47,10 +47,10 @@
#include <ESPAsyncTCP.h> #include <ESPAsyncTCP.h>
#include <Hash.h> #include <Hash.h>
#define FILE_WRITING "w"
#endif #endif
#define FILE_WRITING "w"
// Message Types (and control types) // Message Types (and control types)
enum MessageTypes : uint8_t enum MessageTypes : uint8_t