mirror of
https://github.com/wled/WLED.git
synced 2025-07-24 03:06:36 +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>();
|
||||
if (fdo.isNull()) {
|
||||
// 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();
|
||||
return parsed;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user