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