Version update and small fix

This commit is contained in:
Ewoud
2022-11-17 11:23:49 +01:00
parent f2ad2db43a
commit eb2bf421b0
4 changed files with 5 additions and 5 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "wled", "name": "wled",
"version": "0.14.0.3.0", "version": "0.14.0.4.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "wled", "name": "wled",
"version": "0.14.0.3.0", "version": "0.14.0.4.0",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"clean-css": "^4.2.3", "clean-css": "^4.2.3",

View File

@@ -1,6 +1,6 @@
{ {
"name": "wled", "name": "wled",
"version": "0.14.0.3.0", "version": "0.14.0.4.0",
"description": "Tools for WLED project", "description": "Tools for WLED project",
"main": "tools/cdata.js", "main": "tools/cdata.js",
"directories": { "directories": {

View File

@@ -506,7 +506,7 @@ um_data_t* simulateSound(uint8_t simulationId)
void enumerateLedmaps() { 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++) { for (size_t i=1; i<10; i++) {
char fileName[16]; char fileName[16];
sprintf_P(fileName, PSTR("/ledmap%d.json"), i); sprintf_P(fileName, PSTR("/ledmap%d.json"), i);

View File

@@ -8,7 +8,7 @@
*/ */
// version code in format yymmddb (b = daily build) // 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 //uncomment this if you have a "my_config.h" file you'd like to use
//#define WLED_USE_MY_CONFIG //#define WLED_USE_MY_CONFIG