Merge pull request #299 from sunlord2k/sunlord2k-patch-2

Update ESPUI.cpp
This commit is contained in:
Lukas Bachschwell 2024-04-06 11:16:35 +02:00 committed by GitHub
commit 75bbece7b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ void ESPUIClass::writeFile(const char* path, const char* data)
}
#endif
File file = EspuiLittleFS.open(path, FILE_WRITE);
File file = EspuiLittleFS.open(path, FILE_WRITING);
if (!file)
{
#if defined(DEBUG_ESPUI)