From af6094bb06c4f37750a613bdcd3a7c6e6bfed4f8 Mon Sep 17 00:00:00 2001 From: Blaz Kristan Date: Fri, 9 Feb 2024 22:58:11 +0100 Subject: [PATCH] Bump --- CHANGELOG.md | 7 +++++++ wled00/wled.h | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 815a55615..e88af017d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ ## WLED changelog +#### Build 2402090 +- Added new Ethernet controller RGB2Go Tetra (duplicate of ESP3DEUXQuattro) +- Usermod: httpPullLightControl (#3560 by @roelbroersma) +- DMX: S2 & C3 support via modified ESPDMX +- Bugfix: prevent cleaning of JSON buffer after a failed lock attempt (BufferGuard) +- Product/Brand override (API & AP SSID) (#3750 by @moustachauve) + #### Build 2402060 - WLED version 0.15.0-b1 - Harmonic Random Cycle palette (#3729 by @dedehai) diff --git a/wled00/wled.h b/wled00/wled.h index 0fbe7a68b..3859ea41a 100755 --- a/wled00/wled.h +++ b/wled00/wled.h @@ -3,12 +3,12 @@ /* Main sketch, global variable declarations @title WLED project sketch - @version 0.15.0-a0 + @version 0.15.0-b1 @author Christian Schwinne */ // version code in format yymmddb (b = daily build) -#define VERSION 2402060 +#define VERSION 2402090 //uncomment this if you have a "my_config.h" file you'd like to use //#define WLED_USE_MY_CONFIG