mirror of
https://github.com/wled/WLED.git
synced 2025-07-25 11:46:34 +00:00
Ignore missing remote.json
This commit is contained in:
parent
8a6ff5a42b
commit
9ce485eade
@ -127,7 +127,7 @@ static bool remoteJson(int button)
|
|||||||
JsonObject fdo = pDoc->as<JsonObject>();
|
JsonObject fdo = pDoc->as<JsonObject>();
|
||||||
if (fdo.isNull()) {
|
if (fdo.isNull()) {
|
||||||
// the received button does not exist
|
// the received button does not exist
|
||||||
if (!WLED_FS.exists("/remote.json")) errorFlag = ERR_FS_RMLOAD; //warn if file itself doesn't exist
|
//if (!WLED_FS.exists("/remote.json")) errorFlag = ERR_FS_RMLOAD; //warn if file itself doesn't exist
|
||||||
releaseJSONBufferLock();
|
releaseJSONBufferLock();
|
||||||
return parsed;
|
return parsed;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user