Fixed incorrect over-memory indication in LED settings on ESP32

This commit is contained in:
cschwinne
2021-03-06 02:35:49 +01:00
parent 05521bfd3a
commit 71edc3a084
8 changed files with 26 additions and 19 deletions

View File

@@ -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)