mirror of
https://github.com/s00500/ESPUI.git
synced 2024-11-21 22:50:55 +00:00
Moved FILE_WRITTING into the common code section.
This commit is contained in:
parent
164be971e3
commit
7e6390ba0a
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user