diff --git a/wled00/ir.cpp b/wled00/ir.cpp index f3b6355e..fa9a51a3 100644 --- a/wled00/ir.cpp +++ b/wled00/ir.cpp @@ -593,6 +593,7 @@ void decodeIRJson(uint32_t code) lastValidCode = 0; if (fdo.isNull()) { //the received code does not exist + releaseJSONBufferLock(); if (!WLED_FS.exists("/ir.json")) errorFlag = ERR_FS_IRLOAD; //warn if IR file itself doesn't exist return; }