diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b3fc776bd..4d0d4cbf86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ### Builds after release 0.12.0 +#### Build 2104220 + +- Version bump to 0.12.1-b1 "Hikari" +- Release and build script improvements (PR #1844) + #### Build 2104211 - Replace default TV simulator effect with the version that saves 18k of flash and appears visually identical diff --git a/package.json b/package.json index 5b75307b27..6b395103b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wled", - "version": "0.12.0", + "version": "0.12.1-b1", "description": "Tools for WLED project", "main": "tools/cdata.js", "directories": { diff --git a/wled00/FX.h b/wled00/FX.h index 62de9b4912..44eea038a8 100644 --- a/wled00/FX.h +++ b/wled00/FX.h @@ -48,9 +48,6 @@ #define MAX(a,b) ((a)>(b)?(a):(b)) #endif -/* Disable effects with high flash memory usage (currently TV simulator) - saves 18.5kB */ -//#define WLED_DISABLE_FX_HIGH_FLASH_USE - /* Not used in all effects yet */ #define WLED_FPS 42 #define FRAMETIME (1000/WLED_FPS) diff --git a/wled00/html_other.h b/wled00/html_other.h index 802e59e473..ad55de5903 100644 --- a/wled00/html_other.h +++ b/wled00/html_other.h @@ -42,7 +42,7 @@ function B(){window.history.back()}function U(){document.getElementById("uf").st .bt{background:#333;color:#fff;font-family:Verdana,sans-serif;border:.3ch solid #333;display:inline-block;font-size:20px;margin:8px;margin-top:12px}input[type=file]{font-size:16px}body{font-family:Verdana,sans-serif;text-align:center;background:#222;color:#fff;line-height:200%}#msg{display:none}