Update CHANGELOG

This commit is contained in:
Norbert Richter 2022-03-10 14:41:38 +01:00
parent e7538515ab
commit bf2a51f713
No known key found for this signature in database
GPG Key ID: 6628701A626FA674
1 changed files with 3 additions and 2 deletions

View File

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