diff --git a/CHANGELOG.md b/CHANGELOG.md index efd821c61..3b4206cf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ All notable changes to this project will be documented in this file. ### Changed ### Fixed +- ESP32 ``Upload``, ``Upgrade``, ``WebGetConfig``, ``WebQuery`` and ``WebSend`` random HTTP(S) connection timeout set to 5 sec (commit 542eca3) ### Removed diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 2b720940f..0d9d3383d 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -150,4 +150,5 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - PZEM energy monitor stabilize period on larger configs [#18103](https://github.com/arendst/Tasmota/issues/18103) - Rule topic comparison [#18144](https://github.com/arendst/Tasmota/issues/18144) - Refactor energy monitoring reducing stack usage and solve inherent exceptions and watchdogs [#18164](https://github.com/arendst/Tasmota/issues/18164) +- ESP32 ``Upload``, ``Upgrade``, ``WebGetConfig``, ``WebQuery`` and ``WebSend`` random HTTP(S) connection timeout set to 5 sec (commit 542eca3) - ESP32 energy period shows kWh value instead of Wh regression from v12.3.1.5 [#15856](https://github.com/arendst/Tasmota/issues/15856)