From 5eb1ab0ab489e60fb98da26c85347627bb4ec208 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Sun, 22 Aug 2021 16:09:56 +0200 Subject: [PATCH] Fix WDT reset on shutters with stepper motors during deceleration (#12849) --- CHANGELOG.md | 3 +++ RELEASENOTES.md | 1 + 2 files changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7be2b3859..f358e39ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ All notable changes to this project will be documented in this file. - Turn HTTP API (command ``SetOption128 1``) default on for backward compatibility - Support for IEM3155 Wattmeter (#12940) +### Fixed +- WDT reset on shutters with stepper motors during deceleration (#12849) + ## [9.5.0.6] 20210820 ### Added - Version bump to monitor possible HTTP issues releated to ``SetOption128`` diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 876a178df..90ebec0c6 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -165,4 +165,5 @@ The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmo - Discovery fails when using ``%hostname%`` in a topic [#12710](https://github.com/arendst/Tasmota/issues/12710) - ESP32 buzzer in PWM mode exception (#12717)[#12717](https://github.com/arendst/Tasmota/issues/12717) - Neopool communication error [#12813](https://github.com/arendst/Tasmota/issues/12813) +- WDT reset on shutters with stepper motors during deceleration [#12849](https://github.com/arendst/Tasmota/issues/12849) - Negative power values for ADE7953 based devices like Shelly EM [#12874](https://github.com/arendst/Tasmota/issues/12874)