Skip to content

Commit f63341d

Browse files
authored
Tasmota Core 2.0.18 (#128)
* Update examples.yml * Delete examples/tasmota_platformio_override.ini * Platform 2024.06.00 Tasmota Core 2.0.18
1 parent 1c9124f commit f63341d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

platform.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"type": "git",
1919
"url": "https://github.com/tasmota/platform-espressif32.git"
2020
},
21-
"version": "2024.05.00",
21+
"version": "2024.06.00",
2222
"frameworks": {
2323
"arduino": {
2424
"script": "builder/frameworks/arduino.py"
@@ -33,25 +33,25 @@
3333
"type": "framework",
3434
"optional": true,
3535
"owner": "tasmota",
36-
"version": "https://github.com/tasmota/arduino-esp32/releases/download/2.0.17/framework-arduinoespressif32.zip"
36+
"version": "https://github.com/tasmota/arduino-esp32/releases/download/2.0.18/framework-arduinoespressif32.zip"
3737
},
3838
"framework-arduino-solo1": {
3939
"type": "framework",
4040
"optional": true,
4141
"owner": "tasmota",
42-
"version": "https://github.com/tasmota/arduino-esp32/releases/download/2.0.17/framework-arduinoespressif32-solo1.zip"
42+
"version": "https://github.com/tasmota/arduino-esp32/releases/download/2.0.18/framework-arduinoespressif32-solo1.zip"
4343
},
4444
"framework-arduino-ITEAD": {
4545
"type": "framework",
4646
"optional": true,
4747
"owner": "tasmota",
48-
"version": "https://github.com/tasmota/arduino-esp32/releases/download/2.0.17/framework-arduinoespressif32-ITEAD.zip"
48+
"version": "https://github.com/tasmota/arduino-esp32/releases/download/2.0.18/framework-arduinoespressif32-ITEAD.zip"
4949
},
5050
"framework-espidf": {
5151
"type": "framework",
5252
"optional": true,
5353
"owner": "tasmota",
54-
"version": "https://github.com/tasmota/esp-idf/releases/download/v4.4.7.240227/esp-idf-v4.4.7.zip"
54+
"version": "https://github.com/tasmota/esp-idf/releases/download/v4.4.8.240628/esp-idf-v4.4.8.zip"
5555
},
5656
"toolchain-xtensa-esp32": {
5757
"type": "toolchain",
@@ -86,7 +86,7 @@
8686
"tool-esptoolpy": {
8787
"type": "uploader",
8888
"owner": "tasmota",
89-
"version": "https://github.com/tasmota/esptool/releases/download/v4.7.2/esptool.zip"
89+
"version": "https://github.com/tasmota/esptool/releases/download/v4.7.4/esptool.zip"
9090
},
9191
"tool-dfuutil-arduino": {
9292
"type": "uploader",

0 commit comments

Comments
 (0)