diff --git a/package-lock.json b/package-lock.json index 839e4c61..e64d2c5a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wled", - "version": "0.14.0.3.0", + "version": "0.14.0.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "wled", - "version": "0.14.0.3.0", + "version": "0.14.0.4.0", "license": "ISC", "dependencies": { "clean-css": "^4.2.3", diff --git a/package.json b/package.json index f3c756fc..1d7a3de6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wled", - "version": "0.14.0.3.0", + "version": "0.14.0.4.0", "description": "Tools for WLED project", "main": "tools/cdata.js", "directories": { diff --git a/wled00/util.cpp b/wled00/util.cpp index 7e1cdb26..3cd369f1 100644 --- a/wled00/util.cpp +++ b/wled00/util.cpp @@ -506,7 +506,7 @@ um_data_t* simulateSound(uint8_t simulationId) void enumerateLedmaps() { - ledMaps = 0; //WLEDMM: instead of 1 (which adds ledmap 0 to the binary encoded list of ledmaps) + ledMaps = 1; for (size_t i=1; i<10; i++) { char fileName[16]; sprintf_P(fileName, PSTR("/ledmap%d.json"), i); diff --git a/wled00/wled.h b/wled00/wled.h index 91755a5c..0e226863 100644 --- a/wled00/wled.h +++ b/wled00/wled.h @@ -8,7 +8,7 @@ */ // version code in format yymmddb (b = daily build) -#define VERSION 2211160 +#define VERSION 2211170 //uncomment this if you have a "my_config.h" file you'd like to use //#define WLED_USE_MY_CONFIG