From 433afbb99f01c777c10d377c0854cf766d5cbe0b Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Sun, 15 Oct 2023 14:21:32 +0200 Subject: [PATCH] update changelogs --- CHANGELOG.md | 2 ++ RELEASENOTES.md | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ea46d3e1..d2e2b1609 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ All notable changes to this project will be documented in this file. ### Changed - ESP32 Framework (Arduino Core) from v2.0.13 to v2.0.14 - MAX31855/MAX6675 sensors driver support up to 6 (#19329) +- ESP32 analog from `analogRead()` to calibrated `analogReadMilliVolts()` (#19732) +- I2S refactoring in preparation for core 3 (#19749) ### Fixed - ESP32 shutter frequency (#19717) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 67d5c0931..03ea33d6c 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -138,7 +138,8 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - Consolidate SGP40 and SGP41 into SGP4x driver [#19560](https://github.com/arendst/Tasmota/issues/19560) - MAX31855/MAX6675 sensors driver support up to 6 [#19329](https://github.com/arendst/Tasmota/issues/19329) - ESP32 LittleFS updated to version with grow option [#19635](https://github.com/arendst/Tasmota/issues/19635) -- ESP32 Audio preparation for Arduino Core v3 [#19637](https://github.com/arendst/Tasmota/issues/19637) +- ESP32 I2S audio preparation for Arduino Core v3 [#19637](https://github.com/arendst/Tasmota/issues/19637) +- ESP32 analog from `analogRead()` to calibrated `analogReadMilliVolts()` [#19732](https://github.com/arendst/Tasmota/issues/19732) ### Fixed - Shutter invert [#19341](https://github.com/arendst/Tasmota/issues/19341) and [#19374](https://github.com/arendst/Tasmota/issues/19374)