Skip to content

Commit 1a98854

Browse files
committed
Platform 2025.12.30 Tasmota Arduino Core 3.1.7 based on IDF 5.3.4.20251205
1 parent 2c9d7b1 commit 1a98854

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- [ ] Only relevant files were touched
88
- [ ] Only one feature/fix was added per PR and the code change compiles without warnings
99
- [ ] The code change is tested and works with Tasmota core ESP8266 V.2.7.8
10-
- [ ] The code change is tested and works with Tasmota core ESP32 V.3.1.6
10+
- [ ] The code change is tested and works with Tasmota core ESP32 V.3.1.7
1111
- [ ] I accept the [CLA](https://github.com/arendst/Tasmota/blob/development/CONTRIBUTING.md#contributor-license-agreement-cla).
1212

1313
_NOTE: The code change must pass CI tests. **Your PR cannot be merged unless tests pass**_

platformio_tasmota32.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ custom_component_remove =
9797
espressif/cmake_utilities
9898

9999
[core32]
100-
platform = https://github.com/tasmota/platform-espressif32/releases/download/2025.11.31/platform-espressif32.zip
100+
platform = https://github.com/tasmota/platform-espressif32/releases/download/2025.12.30/platform-espressif32.zip
101101
platform_packages =
102102
build_unflags = ${esp32_defaults.build_unflags}
103103
build_flags = ${esp32_defaults.build_flags}

0 commit comments

Comments
 (0)