mirror of
https://github.com/s00500/ESPUI.git
synced 2024-10-31 22:10:54 +00:00
Merge pull request #299 from sunlord2k/sunlord2k-patch-2
Update ESPUI.cpp
This commit is contained in:
commit
75bbece7b5
@ -266,7 +266,7 @@ void ESPUIClass::writeFile(const char* path, const char* data)
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
File file = EspuiLittleFS.open(path, FILE_WRITE);
|
File file = EspuiLittleFS.open(path, FILE_WRITING);
|
||||||
if (!file)
|
if (!file)
|
||||||
{
|
{
|
||||||
#if defined(DEBUG_ESPUI)
|
#if defined(DEBUG_ESPUI)
|
||||||
|
Loading…
Reference in New Issue
Block a user