diff --git a/wled00/remote.cpp b/wled00/remote.cpp index c41d88421..022b7f452 100644 --- a/wled00/remote.cpp +++ b/wled00/remote.cpp @@ -127,7 +127,7 @@ static bool remoteJson(int button) JsonObject fdo = pDoc->as(); 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; }