Fix WDT reset on shutters with stepper motors during deceleration (#12849)

This commit is contained in:
Theo Arends 2021-08-22 16:09:56 +02:00
parent 6b29c66e89
commit 5eb1ab0ab4
2 changed files with 4 additions and 0 deletions

View File

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

View File

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