Update changelogs

This commit is contained in:
Theo Arends 2025-04-05 11:21:03 +02:00
parent e8baea464f
commit c121dbcd4a
2 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,7 @@ All notable changes to this project will be documented in this file.
### Fixed
- INA226 driver fixes (#23197)
- TLS increase timeout and fix crash
- TLS increase timeout and fix crash (#23249)
### Removed

View File

@ -152,6 +152,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
### Fixed
- Too many zeros in RCSwitch received data regression from v14.4.1.4 [#23050](https://github.com/arendst/Tasmota/issues/23050)
- INA226 driver fixes [#23197](https://github.com/arendst/Tasmota/issues/23197)
- TLS increase timeout and fix crash [#23249](https://github.com/arendst/Tasmota/issues/23249)
- ESP32 receive incomplete serial data over 128 bytes [#23156](https://github.com/arendst/Tasmota/issues/23156)
- ESP32 intermittent exception on WiFi AP cannot be reached [#23115](https://github.com/arendst/Tasmota/issues/23115)
- ESP32-C3 WiFi sleep [#23096](https://github.com/arendst/Tasmota/issues/23096)