From b1457f5d254943a03927aa94a351b5100c9c6021 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Tue, 12 Oct 2021 11:27:22 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5045a43ee..659437161 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,9 @@ All notable changes to this project will be documented in this file. - Files starting with underscore in file system are no more hidden - ESP32 Memory display to exclude IRAM (i.e. less by 40-50KB) (#13294) +### Fixed +- ESP32 restore GPIO16/17 if no PSRAM was found regression from v9.5.0.3 + ## [9.5.0.8] 20210927 ### Added - Command ``WebGetConfig `` if ``#define USE_WEBGETCONFIG`` is enabled to restore/init configuration from external webserver (#13034)