1
0
mirror of https://github.com/s00500/ESPUI.git synced 2025-06-30 15:00:19 +00:00

Update ESPUI.h

Changed FILE_WRITE to FILE_WRITING for compatibility with SD.h for usage of ESPUI with SD card
This commit is contained in:
sunlord2k
2024-04-05 12:09:01 +02:00
committed by GitHub
parent dd234135f2
commit 84ff52d8cb

View File

@ -34,7 +34,7 @@
#include <ESPAsyncTCP.h>
#include <Hash.h>
#define FILE_WRITE "w"
#define FILE_WRITING "w"
#endif