From 47caa2c3a03f892e130d724a9989e62a8c5ca490 Mon Sep 17 00:00:00 2001 From: Blaz Kristan Date: Sun, 21 Nov 2021 09:33:54 +0100 Subject: [PATCH] Missing releaseJSONBufferLock() in IR code --- wled00/ir.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/wled00/ir.cpp b/wled00/ir.cpp index f3b6355e0..fa9a51a35 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; }