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)