From bf2a51f713c84265fd9b006d3899d00ffb73f1bb Mon Sep 17 00:00:00 2001 From: Norbert Richter Date: Thu, 10 Mar 2022 14:41:38 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1bc41096..ca50ccca4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,7 +21,7 @@ All notable changes to this project will be documented in this file. - ESP32 TasmotaSerial uart mapping to support multiple ``begin()`` and implement ``getUart()`` (#14981) - Commands ``Sensor12 D0 .. D5, S0 .. S5`` allowing differential or single-ended modes (#15001) - NeoPool commands ``NPpHMin``, ``NPpHMax``, ``NPpH``, ``NPRedox``, ``NPHydrolysis``, ``NPIonization``, ``NPChlorine`` and ``NPControl`` (#15015) -- NeoPool system voltages display +- NeoPool system voltages display, add complete power module and cell info to SENSOR - Full DS3231 integration and synchronisation when using UBX (=GPS), NTP or manual time - LVGL Splash screen and ``SetOption135 1`` to disable splash screen - Command ``RfTimeout 100..60000`` to disable duplicate RfReceive. Default 1000 (#15061) @@ -32,7 +32,8 @@ All notable changes to this project will be documented in this file. - Extent number of pulsetimers from 8 to 32 (#8266) - Tasmota ESP32 Arduino core to v2.0.2.3 (#14979) - TasmotaSerial library from v3.4.0 to v3.5.0 (#14981) -- NeoPool limit relay output to the number actually available +- NeoPool limit relay output to the number actually available, SENSOR JSON voltage and hydro level, remove ambiguous device color names + ## [11.0.0.2] 20220225 ### Changed