From 0d7a95f960a702f0f43b4e565ef927ef8d2fd442 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Sat, 16 Sep 2023 20:52:15 +0200 Subject: [PATCH] Tasmota Core 2.0.13 (#395) Tasmota Core 2.0.13 --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- CHANGELOG.md | 1 + RELEASENOTES.md | 2 +- platformio_tasmota32.ini | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index ef4abbd67139..5944baf90b9d 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -7,7 +7,7 @@ - [ ] Only relevant files were touched - [ ] Only one feature/fix was added per PR and the code change compiles without warnings - [ ] The code change is tested and works with Tasmota core ESP8266 V.2.7.4.9 - - [ ] The code change is tested and works with Tasmota core ESP32 V.2.0.12 + - [ ] The code change is tested and works with Tasmota core ESP32 V.2.0.13 - [ ] I accept the [CLA](https://github.com/arendst/Tasmota/blob/development/CONTRIBUTING.md#contributor-license-agreement-cla). _NOTE: The code change must pass CI tests. **Your PR cannot be merged unless tests pass**_ diff --git a/CHANGELOG.md b/CHANGELOG.md index 47f68d128dce..5b42464e81a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file. ### Breaking Changed ### Changed +- ESP32 Framework (Arduino Core) from v2.0.12 to v2.0.13 ### Fixed diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 73cda1aa6050..b7593b5f653d 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -122,7 +122,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm ### Breaking Changed ### Changed -- ESP32 Framework (Arduino Core) from v2.0.11 to v2.0.12 +- ESP32 Framework (Arduino Core) from v2.0.12 to v2.0.13 - ESP32 LVGL library from v8.3.8 to v8.3.9 (no functional change) - Display invert setting after tasmota start in uDisplay driver [#19337](https://github.com/arendst/Tasmota/issues/19337) diff --git a/platformio_tasmota32.ini b/platformio_tasmota32.ini index 8c477d5de4be..1c9d42b32a9b 100644 --- a/platformio_tasmota32.ini +++ b/platformio_tasmota32.ini @@ -63,7 +63,7 @@ lib_ignore = ESP Mail Client ccronexpr [core32] -platform = https://github.com/tasmota/platform-espressif32/releases/download/2023.09.00/platform-espressif32.zip +platform = https://github.com/tasmota/platform-espressif32/releases/download/2023.09.01/platform-espressif32.zip platform_packages = build_unflags = ${esp32_defaults.build_unflags} build_flags = ${esp32_defaults.build_flags}