From d442b64d9028b1178a13c2a6b2f44052e6ca3148 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Mon, 5 Oct 2020 12:56:12 +0200 Subject: [PATCH] Fix shutter timing problem Fix shutter timing problem due to buffer overflow in calibration matrix (#9458) --- RELEASENOTES.md | 1 + tasmota/CHANGELOG.md | 1 + 2 files changed, 2 insertions(+) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index f64ccf4d3..61e481c90 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -71,6 +71,7 @@ The attached binaries can also be downloaded from http://ota.tasmota.com/tasmota - Fix template conversion when GPIO17 is 0 - Fix ledlink blink when no network connected regression from 8.3.1.4 (#9292) - Fix exception 28 due to device group buffer overflow (#9459) +- Fix shutter timing problem due to buffer overflow in calibration matrix (#9458) - Add optional support for Mitsubishi Electric HVAC by David Gwynne (#9237) - Add optional support for Orno WE517-Modbus energy meter by Maxime Vincent (#9353) - Add SDM630 three phase ImportActive Energy display when ``#define SDM630_IMPORT`` is enabled by Janusz Kostorz (#9124) diff --git a/tasmota/CHANGELOG.md b/tasmota/CHANGELOG.md index 96f85c32a..be54c8e09 100644 --- a/tasmota/CHANGELOG.md +++ b/tasmota/CHANGELOG.md @@ -12,6 +12,7 @@ - Fix template conversion when GPIO17 is 0 - Fix ledlink blink when no network connected regression from 8.3.1.4 (#9292) - Fix exception 28 due to device group buffer overflow (#9459) +- Fix shutter timing problem due to buffer overflow in calibration matrix (#9458) - Add optional support for Mitsubishi Electric HVAC by David Gwynne (#9237) - Add optional support for Orno WE517-Modbus energy meter by Maxime Vincent (#9353) - Add SDM630 three phase ImportActive Energy display when ``#define SDM630_IMPORT`` is enabled by Janusz Kostorz (#9124)