Skip to content

Commit 82a25f0

Browse files
authored
Tasmota Platform 2025.11.30 (#24118)
1 parent d27c0b3 commit 82a25f0

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.4
10+
- [ ] The code change is tested and works with Tasmota core ESP32 V.3.1.5
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.10.30/platform-espressif32.zip
100+
platform = https://github.com/tasmota/platform-espressif32/releases/download/2025.11.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)