Skip to content

Commit

Permalink
Platform 2024.06.00 Tasmota Core 2.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 committed Jun 29, 2024
1 parent 33ef61f commit 0ce92c1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions platform.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"type": "git",
"url": "https://github.com/tasmota/platform-espressif32.git"
},
"version": "2024.05.00",
"version": "2024.06.00",
"frameworks": {
"arduino": {
"script": "builder/frameworks/arduino.py"
Expand All @@ -33,25 +33,25 @@
"type": "framework",
"optional": true,
"owner": "tasmota",
"version": "https://github.com/tasmota/arduino-esp32/releases/download/2.0.17/framework-arduinoespressif32.zip"
"version": "https://github.com/tasmota/arduino-esp32/releases/download/2.0.18/framework-arduinoespressif32.zip"
},
"framework-arduino-solo1": {
"type": "framework",
"optional": true,
"owner": "tasmota",
"version": "https://github.com/tasmota/arduino-esp32/releases/download/2.0.17/framework-arduinoespressif32-solo1.zip"
"version": "https://github.com/tasmota/arduino-esp32/releases/download/2.0.18/framework-arduinoespressif32-solo1.zip"
},
"framework-arduino-ITEAD": {
"type": "framework",
"optional": true,
"owner": "tasmota",
"version": "https://github.com/tasmota/arduino-esp32/releases/download/2.0.17/framework-arduinoespressif32-ITEAD.zip"
"version": "https://github.com/tasmota/arduino-esp32/releases/download/2.0.18/framework-arduinoespressif32-ITEAD.zip"
},
"framework-espidf": {
"type": "framework",
"optional": true,
"owner": "tasmota",
"version": "https://github.com/tasmota/esp-idf/releases/download/v4.4.7.240227/esp-idf-v4.4.7.zip"
"version": "https://github.com/tasmota/esp-idf/releases/download/v4.4.8.240628/esp-idf-v4.4.8.zip"
},
"toolchain-xtensa-esp32": {
"type": "toolchain",
Expand Down Expand Up @@ -86,7 +86,7 @@
"tool-esptoolpy": {
"type": "uploader",
"owner": "tasmota",
"version": "https://github.com/tasmota/esptool/releases/download/v4.7.2/esptool.zip"
"version": "https://github.com/tasmota/esptool/releases/download/v4.7.4/esptool.zip"
},
"tool-dfuutil-arduino": {
"type": "uploader",
Expand Down

0 comments on commit 0ce92c1

Please sign in to comment.