From dfabe8cc0f3c68fdefd42a3eee3da7363db2cb2a Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Mon, 31 Mar 2025 11:49:57 +0200 Subject: [PATCH] Update change logs --- CHANGELOG.md | 1 + RELEASENOTES.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e86b19504..073ed5819 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ All notable changes to this project will be documented in this file. - Output of commands `GPIO` and `GPIOs` swapped ### Fixed +- INA226 driver fixes (#23197) ### Removed diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 4e56a01c1..00798cd24 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -150,6 +150,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) - 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)