From cd228d2f84d1ef0fd07e99ce997daec79e140b36 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Wed, 21 Jul 2021 13:26:32 +0200 Subject: [PATCH] Fix ESP32-Solo OTA upgrade --- CHANGELOG.md | 2 ++ RELEASENOTES.md | 8 +++----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b9267cb7..cda24d857 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,11 +10,13 @@ All notable changes to this project will be documented in this file. - Berry ESP32 support for I2S audio mp3 playback ### Changed +- ESP32 core library from v1.0.7.1 to v1.0.7.3 - Disable PSRAM on unsupported hardware - Replace spaces by hyphens in final hostname (#12710) ### Fixed - Discovery fails when using ``%hostname%`` in a topic (#12710) +- ESP32-Solo OTA upgrade ## [9.5.0.2] 20210714 ### Added diff --git a/RELEASENOTES.md b/RELEASENOTES.md index c93f3ae44..af4b7db84 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -69,7 +69,7 @@ Historical binaries can be downloaded from The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmota.com/tasmota/release/tasmota.bin.gz`` ### ESP32 based -The following binary downloads have been compiled with ESP32/Arduino library core version **1.0.6**. +The following binary downloads have been compiled with ESP32/Arduino library core version **1.0.7.3**. - **tasmota32.bin** = The Tasmota version with most drivers including additional sensors and KNX for 4M+ flash. **RECOMMENDED RELEASE BINARY** - **tasmota32_8M.bin** = The Tasmota version with most drivers including additional sensors and KNX for 8M+ flash. @@ -114,7 +114,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmo - Support for CAN bus and Freedom Won Battery Management System by Marius Bezuidenhout [#12651](https://github.com/arendst/Tasmota/issues/12651) ### Changed -- ESP32 core library from v1.0.6 to v1.0.7.1 +- ESP32 core library from v1.0.6 to v1.0.7.3 - IRremoteESP8266 library from v2.7.18 to v2.7.19 - ESP32 Ethernet Phy Type information to IDF v3+ - Speed up initial GUI console refresh @@ -131,6 +131,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmo ### Fixed - ESP32 core v2.0.0 setting hostname - ESP32-C3 settings layout for configuration backup and restore +- ESP32-Solo OTA upgrade - DDS238-2 wrong reactive power value [#12283](https://github.com/arendst/Tasmota/issues/12283) - ESP32 Webcam add boundary marker before sending mjpeg image [#12376](https://github.com/arendst/Tasmota/issues/12376) - NO VALID JSON regression from may 4th [#12440](https://github.com/arendst/Tasmota/issues/12440) @@ -144,6 +145,3 @@ The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmo - Wi-Fi initial setup workaround for 11n only routers [#12566](https://github.com/arendst/Tasmota/issues/12566) - ESP32 do not use chip temperature sensor as global temperature if external temperature sensor is used [#12630](https://github.com/arendst/Tasmota/issues/12630) - Discovery fails when using ``%hostname%`` in a topic [#12710](https://github.com/arendst/Tasmota/issues/12710) - -### Noted -- ESP32 single core **tasmota32solo1.bin** binary can only be uploaded using the GUI as OTA upload will trigger the watchdog timer. Fixed once https://github.com/espressif/arduino-esp32/pull/5426 is merged. \ No newline at end of file