small fix for compiling with IDF v4.4.x
LITTLEFS -> WLED_FS
This commit is contained in:
@@ -498,7 +498,7 @@ class JMapC {
|
||||
strcat(jMapFileName, SEGMENT.name);
|
||||
strcat(jMapFileName, ".jmap");
|
||||
File jMapFile;
|
||||
jMapFile = LITTLEFS.open(jMapFileName, "r");
|
||||
jMapFile = WLED_FS.open(jMapFileName, "r");
|
||||
|
||||
DeserializationError err = deserializeJson(*jMapDoc, jMapFile);
|
||||
if (err)
|
||||
|
||||
Reference in New Issue
Block a user