Skip to content

Commit 7c6fe24

Browse files
authored
Arduino core 3.2.x / IDF 5.4.0+
1 parent 8dbb047 commit 7c6fe24

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

platform.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"type": "git",
1919
"url": "https://github.com/pioarduino/platform-espressif32.git"
2020
},
21-
"version": "53.03.13",
21+
"version": "54.03.20",
2222
"frameworks": {
2323
"arduino": {
2424
"script": "builder/frameworks/arduino.py"
@@ -33,7 +33,7 @@
3333
"type": "framework",
3434
"optional": true,
3535
"owner": "espressif",
36-
"version": "https://github.com/espressif/arduino-esp32/archive/refs/heads/release/v3.1.x.zip"
36+
"version": "https://github.com/espressif/arduino-esp32/archive/refs/heads/master.zip"
3737
},
3838
"framework-arduinoespressif32-libs": {
3939
"type": "framework",
@@ -51,7 +51,7 @@
5151
"type": "framework",
5252
"optional": true,
5353
"owner": "pioarduino",
54-
"version": "https://github.com/pioarduino/esp-idf/releases/download/v5.3.2.250210/esp-idf-v5.3.2.zip"
54+
"version": "https://github.com/pioarduino/esp-idf/releases/download/v5.4.0.250221/esp-idf-v5.4.0.zip"
5555
},
5656
"xtensa-esp-elf": {
5757
"type": "toolchain",
@@ -92,7 +92,7 @@
9292
"tl-install": {
9393
"optional": false,
9494
"owner": "pioarduino",
95-
"version": "https://github.com/pioarduino/esp_install/releases/download/v2.0.0/esp_install-v2.0.0.zip"
95+
"version": "https://github.com/pioarduino/esp_install/releases/download/v3.0.0/esp_install-v3.0.0.zip"
9696
},
9797
"tool-scons": {
9898
"optional": true,

0 commit comments

Comments
 (0)