Skip to content

Commit a6075b2

Browse files
authored
Platform 2024.09.00 for esp8266 (#22199)
* Platform 2024.09.00 for esp8266 Core 2.7.8 * esp8266 core 2.7.8
1 parent 17cc9e1 commit a6075b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
- [ ] The pull request is done against the latest development branch
77
- [ ] Only relevant files were touched
88
- [ ] Only one feature/fix was added per PR and the code change compiles without warnings
9-
- [ ] The code change is tested and works with Tasmota core ESP8266 V.2.7.7
9+
- [ ] The code change is tested and works with Tasmota core ESP8266 V.2.7.8
1010
- [ ] The code change is tested and works with Tasmota core ESP32 V.3.0.5
1111
- [ ] I accept the [CLA](https://github.com/arendst/Tasmota/blob/development/CONTRIBUTING.md#contributor-license-agreement-cla).
1212

platformio.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ lib_ignore =
134134

135135
[core]
136136
; *** Esp8266 Tasmota modified Arduino core based on core 2.7.4. Added Backport for PWM selection
137-
platform = https://github.com/tasmota/platform-espressif8266/releases/download/2024.06.00/platform-espressif8266.zip
137+
platform = https://github.com/tasmota/platform-espressif8266/releases/download/2024.09.00/platform-espressif8266.zip
138138
platform_packages =
139139
build_unflags = ${esp_defaults.build_unflags}
140140
build_flags = ${esp82xx_defaults.build_flags}

0 commit comments

Comments
 (0)