From 71edc3a084cd496d7ca27c68d961d39202b96bc9 Mon Sep 17 00:00:00 2001 From: cschwinne Date: Sat, 6 Mar 2021 02:35:49 +0100 Subject: [PATCH] Fixed incorrect over-memory indication in LED settings on ESP32 --- CHANGELOG.md | 4 ++++ wled00/bus_manager.h | 1 - wled00/data/settings_leds.htm | 24 ++++++++++++++---------- wled00/html_settings.h | 2 +- wled00/set.cpp | 1 - wled00/wled.cpp | 5 ++--- wled00/wled.h | 2 +- wled00/xml.cpp | 6 ++++-- 8 files changed, 26 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef77e9e4..b2ceceb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ### Development versions after 0.11.1 release +#### Build 2103050 + +- Fixed incorrect over-memory indication in LED settings on ESP32 + #### Build 2103041 - Added destructor for BusPwm (fixes #1789) diff --git a/wled00/bus_manager.h b/wled00/bus_manager.h index bc04452d..d668f1ae 100644 --- a/wled00/bus_manager.h +++ b/wled00/bus_manager.h @@ -47,7 +47,6 @@ class Bus { virtual void cleanup() {}; virtual ~Bus() { //throw the bus under the bus - //Serial.println("Destructor!"); } virtual uint8_t getPins(uint8_t* pinArray) { return 0; } diff --git a/wled00/data/settings_leds.htm b/wled00/data/settings_leds.htm index 9c92af3b..49638abf 100644 --- a/wled00/data/settings_leds.htm +++ b/wled00/data/settings_leds.htm @@ -5,7 +5,7 @@ LED Settings