diff --git a/package-lock.json b/package-lock.json index 714711d1..819b4f04 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wled", - "version": "0.14.0.2.1", + "version": "0.14.0.2.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "wled", - "version": "0.14.0.1.1_MM", + "version": "0.14.0.2.2", "license": "ISC", "dependencies": { "clean-css": "^4.2.3", diff --git a/package.json b/package.json index ee472a8e..1ef6ed9e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wled", - "version": "0.14.0.2.1", + "version": "0.14.0.2.2", "description": "Tools for WLED project", "main": "tools/cdata.js", "directories": { diff --git a/platformio.ini b/platformio.ini index 6105c80d..ce75b17b 100644 --- a/platformio.ini +++ b/platformio.ini @@ -547,7 +547,6 @@ lib_deps = ${esp32s2.lib_deps} build_flags_min = -Wall -Wformat -Woverflow -Wuninitialized -Winit-self -Warray-bounds ; enables more warnings -Wno-attributes -Wno-unused-variable -Wno-unused-function -Wno-deprecated-declarations ;disables some stupid warnings - ; -Wno-misleading-indentation ; warning: unrecognized command line option '-Wno-misleading-indentation' -D WLED_DISABLE_BLYNK ; BLYNK is only provided for backwards compatibility (no new users accepted) ;-D WLED_DISABLE_BROWNOUT_DET ; enable if you get "brownout detected" errors at startup -D ABL_MILLIAMPS_DEFAULT=1500 ; 850 not enough for 1024 leds @@ -564,8 +563,8 @@ lib_deps_min = build_flags_max = -D WLED_MAX_USERMODS=9 ; default only 4-6 - -D ARDUINO_USB_CDC_ON_BOOT=0 ; needed for arduino-esp32 >=2.0.4 - -D WLED_USE_MY_CONFIG ; include custom my_config.h + -D ARDUINO_USB_CDC_ON_BOOT=0 ; needed for arduino-esp32 >=2.0.4 ewowi to softhack: move to build_flags_min? + -D WLED_USE_MY_CONFIG ; include custom my_config.h ewowi to softhack: redundant as also in build_flags_min? -D USERMOD_DALLASTEMPERATURE -D USE_ALT_DISPlAY ; new versions of USERMOD_FOUR_LINE_DISPLAY and USERMOD_ROTARY_ENCODER_UI -D USERMOD_FOUR_LINE_DISPLAY @@ -830,6 +829,15 @@ build_flags = ${env:wemos_shield_esp32_4MB_max_base.build_flags} ; RAM: [== ] 24.4% (used 79820 bytes from 327680 bytes) ; Flash: [========= ] 88.6% (used 1393421 bytes from 1572864 bytes) +;wemos_shield_esp32_16MB_max: bin entry, uses wemos_shield_esp32_4MB_max_base and adds 16MB settings +[env:wemos_shield_esp32_16MB_max] +extends = env:wemos_shield_esp32_4MB_max_base +board = esp32_twilord ; "TwilightLord" ESP32 with 16MB Flash +board_build.partitions = tools/WLED_ESP32_16MB.csv ; for esp32_twilord with 16MB flash +build_flags = ${env:wemos_shield_esp32_4MB_max_base.build_flags} + -D WLED_RELEASE_NAME=wemos_shield_esp32_16MB_max ; This will be included in the firmware.bin filename +; RAM: [== ] 24.4% (used 79820 bytes from 327680 bytes) +; Flash: [======= ] 66.4% (used 1393421 bytes from 2097152 bytes) ; ESP32 WLED pico board with builtin ICS-43432 microphpone [env:esp32_pico_4MB_max] @@ -853,16 +861,6 @@ build_flags = ${env:esp32_4MB_max_base.build_flags} ; RAM: [== ] 24.4% (used 79804 bytes from 327680 bytes) ; Flash: [========= ] 88.6% (used 1394241 bytes from 1572864 bytes) -;wemos_shield_esp32_16MB_max: bin entry, uses wemos_shield_esp32_4MB_max_base and adds 16MB settings -[env:wemos_shield_esp32_16MB_max] -extends = env:wemos_shield_esp32_4MB_max_base -board = esp32_twilord ; "TwilightLord" ESP32 with 16MB Flash -board_build.partitions = tools/WLED_ESP32_16MB.csv ; for esp32_twilord with 16MB flash -build_flags = ${env:wemos_shield_esp32_4MB_max_base.build_flags} - -D WLED_RELEASE_NAME=wemos_shield_esp32_16MB_max ; This will be included in the firmware.bin filename -; RAM: [== ] 24.4% (used 79820 bytes from 327680 bytes) -; Flash: [======= ] 66.4% (used 1393421 bytes from 2097152 bytes) - [env:m5atom] board = esp32dev build_unflags = ${common.build_unflags} diff --git a/wled00/data/index.js b/wled00/data/index.js index 186c5bf9..3e81b3d4 100644 --- a/wled00/data/index.js +++ b/wled00/data/index.js @@ -1850,7 +1850,7 @@ ${makePlSel(plJson[i].end?plJson[i].end:0, true)} `; if (Array.isArray(lastinfo.maps) && lastinfo.maps.length>0) { content += `