diff --git a/CHANGELOG.md b/CHANGELOG.md index 353c41148..c63f1363a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ All notable changes to this project will be documented in this file. - Disable PSRAM on unsupported hardware - Replace spaces by hyphens in final hostname (#12710) - Message ``Upload buffer miscompare`` into ``Not enough space`` +- ESP32 remove GPIO initialization to INPUT from not used GPIOs to allow JTAG support ### Fixed - Discovery fails when using ``%hostname%`` in a topic (#12710) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 4bbffb3b6..4942198f2 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -123,6 +123,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmo - ESP32 internal sensor driver id moved from 87 to 127 - Extended supported sensor driver range to 128 - Disable PSRAM on unsupported hardware +- ESP32 remove GPIO initialization to INPUT from not used GPIOs to allow JTAG support - Simplified configuration for ir-full and removal of tasmota-ircustom [#12428](https://github.com/arendst/Tasmota/issues/12428) - Refactor platformio [#12442](https://github.com/arendst/Tasmota/issues/12442) - Allow buttons to work in AP normal mode [#12518](https://github.com/arendst/Tasmota/issues/12518)