From 7f7da1c52c3bff3d3eccaaf773b09485d3462dee Mon Sep 17 00:00:00 2001 From: Ewoud Date: Tue, 7 Mar 2023 14:02:01 +0100 Subject: [PATCH] Bugfix --- wled00/FX_fcn.cpp | 4 ++-- wled00/wled.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wled00/FX_fcn.cpp b/wled00/FX_fcn.cpp index 3cd55495..32fda7cb 100644 --- a/wled00/FX_fcn.cpp +++ b/wled00/FX_fcn.cpp @@ -640,10 +640,10 @@ class JMapC { do { DeserializationError err = deserializeJson(docChunk, jMapFile); // serializeJson(docChunk, Serial); USER_PRINTLN(); - // USER_PRINTf("docChunk %u / %u%% (%u %u %u) %u\n", (unsigned int)docChunk.memoryUsage(), 100 * docChunk.memoryUsage() / docChunk.capacity(), (unsigned int)docChunk.size(), docChunk.overflowed(), (unsigned int)docChunk.nesting(), jMapFile.size()); + // USER_PRINTF("docChunk %u / %u%% (%u %u %u) %u\n", (unsigned int)docChunk.memoryUsage(), 100 * docChunk.memoryUsage() / docChunk.capacity(), (unsigned int)docChunk.size(), docChunk.overflowed(), (unsigned int)docChunk.nesting(), jMapFile.size()); if (err) { - USER_PRINTf("deserializeJson() of parseTree failed with code %s\n", err.c_str()); + USER_PRINTF("deserializeJson() of parseTree failed with code %s\n", err.c_str()); delete[] SEGMENT.name; SEGMENT.name = nullptr; //need to clear the name as otherwise continuously loaded return; } diff --git a/wled00/wled.h b/wled00/wled.h index 692eb478..341cabf7 100644 --- a/wled00/wled.h +++ b/wled00/wled.h @@ -8,7 +8,7 @@ */ // version code in format yymmddb (b = daily build) -#define VERSION 2303051 +#define VERSION 2303070 //uncomment this if you have a "my_config.h" file you'd like to use //#define WLED_USE_MY_CONFIG