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

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

Update ESPUI.cpp
This commit is contained in:
2024-04-06 11:16:35 +02:00
committed by GitHub

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)