Skip to content

Commit a227951

Browse files
committed
Update CI to Arduino Release v3.3.0 based on ESP-IDF v5.5.0
1 parent afa50b3 commit a227951

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

platformio.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ lib_deps =
5151
; DEV
5252

5353
[env:arduino-3]
54-
platform = https://github.com/pioarduino/platform-espressif32/releases/download/55.03.30-1/platform-espressif32.zip
54+
platform = https://github.com/pioarduino/platform-espressif32/releases/download/55.03.30-2/platform-espressif32.zip
5555
; board = esp32-s3-devkitc-1
5656
; board = esp32-c6-devkitc-1
5757

@@ -73,7 +73,7 @@ lib_deps =
7373
; ETH: esp32-poe
7474

7575
[env:esp32-poe-arduino-3]
76-
platform = https://github.com/pioarduino/platform-espressif32/releases/download/55.03.30-1/platform-espressif32.zip
76+
platform = https://github.com/pioarduino/platform-espressif32/releases/download/55.03.30-2/platform-espressif32.zip
7777
board = esp32-poe
7878
build_flags = ${env.build_flags}
7979
-D ESPCONNECT_ETH_SUPPORT
@@ -86,7 +86,7 @@ build_flags = ${env.build_flags}
8686

8787
; ETH: wt32-eth01
8888
[env:wt32-eth01-arduino-3]
89-
platform = https://github.com/pioarduino/platform-espressif32/releases/download/55.03.30-1/platform-espressif32.zip
89+
platform = https://github.com/pioarduino/platform-espressif32/releases/download/55.03.30-2/platform-espressif32.zip
9090
board = wt32-eth01
9191
build_flags = ${env.build_flags}
9292
-D ESPCONNECT_ETH_SUPPORT
@@ -105,7 +105,7 @@ build_flags = ${env.build_flags}
105105

106106
[env:lilygo-eth-lite-s3-arduino-3]
107107
upload_speed = 115200
108-
platform = https://github.com/pioarduino/platform-espressif32/releases/download/55.03.30-1/platform-espressif32.zip
108+
platform = https://github.com/pioarduino/platform-espressif32/releases/download/55.03.30-2/platform-espressif32.zip
109109
board = esp32s3box
110110
build_flags = ${env.build_flags}
111111
-D ESPCONNECT_ETH_SUPPORT

0 commit comments

Comments
 (0)