From 9db1022b9dd2b79e977ca8c9f7e34b365b858eee Mon Sep 17 00:00:00 2001 From: Frank <91616163+softhack007@users.noreply.github.com> Date: Tue, 30 Dec 2025 20:13:40 +0100 Subject: [PATCH] ledmap parser bugfix make our custom parser robust against pretty printed ledmap.json expected <"map":[> but user file had <"map": [> --- wled00/FX_fcn.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wled00/FX_fcn.cpp b/wled00/FX_fcn.cpp index 5dfc00db..f850ad43 100644 --- a/wled00/FX_fcn.cpp +++ b/wled00/FX_fcn.cpp @@ -2709,7 +2709,8 @@ bool WS2812FX::deserializeMap(uint8_t n) { for (unsigned i=0; i