Tasmota Core 2.0.13 (#395) (#19533)

Tasmota Core 2.0.13
This commit is contained in:
Jason2866 2023-09-16 21:10:08 +02:00 committed by GitHub
parent 141a38191a
commit ed33d61ab7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 3 deletions

View File

@ -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**_

View File

@ -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

View File

@ -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)

View File

@ -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}