1
0
mirror of https://github.com/s00500/ESPUI.git synced 2024-09-16 17:31:49 +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 <Hash.h>
#define FILE_WRITING "w"
#endif
#define FILE_WRITING "w"
// Message Types (and control types)
enum MessageTypes : uint8_t