Update CHANGELOG.md

This commit is contained in:
Theo Arends 2021-10-12 11:27:22 +02:00
parent 58bb709202
commit b1457f5d25

View File

@ -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 <url>`` if ``#define USE_WEBGETCONFIG`` is enabled to restore/init configuration from external webserver (#13034)