1
0
mirror of https://github.com/s00500/ESPUI.git synced 2024-06-02 10:03:26 +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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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