From 9feec7f24ea906be811b1295096226e400de47e9 Mon Sep 17 00:00:00 2001 From: Blaz Kristan Date: Wed, 15 May 2024 15:35:14 +0200 Subject: [PATCH] Compiler warning fix --- wled00/cfg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wled00/cfg.cpp b/wled00/cfg.cpp index 54c32f9c..24e923c8 100644 --- a/wled00/cfg.cpp +++ b/wled00/cfg.cpp @@ -795,7 +795,7 @@ void serializeConfig() { matrix["psl"] = strip.panelO.serpentine; JsonArray panels = matrix.createNestedArray(F("panels")); - for (uint8_t i=0; i