From cfaf0b244888def11a091975bf4e8871a68cd4fe Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Mon, 22 Nov 2021 13:42:52 +0100 Subject: [PATCH] ESP32 I2C clock fix with core 2.0.1.1 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a53c17c1..28a9eebc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,10 +18,12 @@ All notable changes to this project will be documented in this file. - Removed ILI9488 driver in favor of Unversal Display Driver - IRremoteESP8266 library from v2.7.20 to v2.8.0 (#13738) - Ethernet hostname ending in ``_eth`` to ``-eth`` according to RFC952 +- ESP32 core library from v2.0.1 to v2.0.1.1 (#13768) ### Fixed - ESP32 analog NTC temperature calculation (#13703) - ESP32 ethernet broken by core 2.x +- ESP32 I2C clock stretch issue (#13768) ### Removed - ILI9488 driver in favour of Universal Display driver (#13719)