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
1 changed files with 1 additions and 1 deletions

View File

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