Skip to content

Commit 33907b2

Browse files
authored
Arduino Core 3.0.6
1 parent bc3e101 commit 33907b2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

platform.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
"RISC-V"
1313
],
1414
"engines": {
15-
"platformio": ">=6.1.15"
15+
"platformio": ">=6.1.16"
1616
},
1717
"repository": {
1818
"type": "git",
1919
"url": "https://github.com/pioarduino/platform-espressif32.git"
2020
},
21-
"version": "51.03.05",
21+
"version": "51.03.06",
2222
"frameworks": {
2323
"arduino": {
2424
"script": "builder/frameworks/arduino.py"
@@ -33,19 +33,19 @@
3333
"type": "framework",
3434
"optional": true,
3535
"owner": "espressif",
36-
"version": "https://github.com/espressif/arduino-esp32/releases/download/3.0.5/esp32-3.0.5.zip"
36+
"version": "https://github.com/espressif/arduino-esp32/releases/download/3.0.6/esp32-3.0.6.zip"
3737
},
3838
"framework-arduinoespressif32-libs": {
3939
"type": "framework",
4040
"optional": true,
4141
"owner": "espressif",
42-
"version": "https://github.com/espressif/esp32-arduino-lib-builder/releases/download/idf-release_v5.1/esp32-arduino-libs-idf-release_v5.1-33fbade6.zip"
42+
"version": "https://github.com/espressif/esp32-arduino-lib-builder/releases/download/idf-release_v5.1/esp32-arduino-libs-idf-release_v5.1-632e0c2a.zip"
4343
},
4444
"framework-espidf": {
4545
"type": "framework",
4646
"optional": true,
4747
"owner": "pioarduino",
48-
"version": "https://github.com/pioarduino/esp-idf/releases/download/v5.1.4.240801/esp-idf-v5.1.4.zip"
48+
"version": "https://github.com/pioarduino/esp-idf/releases/download/v5.1.4.241008/esp-idf-v5.1.4.zip"
4949
},
5050
"toolchain-xtensa-esp32": {
5151
"type": "toolchain",
@@ -92,7 +92,7 @@
9292
"tool-esptoolpy": {
9393
"type": "uploader",
9494
"owner": "pioarduino",
95-
"version": "https://github.com/pioarduino/esptool/releases/download/v4.7.5/esptool.zip"
95+
"version": "https://github.com/pioarduino/esptool/releases/download/v4.8.1/esptool.zip"
9696
},
9797
"tool-dfuutil-arduino": {
9898
"type": "uploader",

0 commit comments

Comments
 (0)