From 215ec4388fe335e40ef2c020df56633f7182bd19 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Wed, 28 Jul 2021 17:35:08 +0200 Subject: [PATCH] Force a rebuild --- CHANGELOG.md | 1 + RELEASENOTES.md | 1 + 2 files changed, 2 insertions(+) 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)