Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Jan 25, 2025
1 parent 565bf43 commit 4214d5d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@ jobs:
fail-fast: false
matrix:
include:
- platform: espressif32@6.9.0
- platform: espressif32@6.10.0
board: esp32dev
- platform: espressif32@6.9.0
- platform: espressif32@6.10.0
board: esp32-s2-saola-1
- platform: espressif32@6.9.0
- platform: espressif32@6.10.0
board: esp32-s3-devkitc-1
- platform: espressif32@6.9.0
- platform: espressif32@6.10.0
board: esp32-c3-devkitc-02
- platform: espressif32@6.9.0
- platform: espressif32@6.10.0
board: esp32-gateway

- platform: https://github.com/pioarduino/platform-espressif32/releases/download/51.03.05/platform-espressif32.zip
Expand Down
8 changes: 4 additions & 4 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ lib_deps =
; DEV

[env:arduino-2]
platform = espressif32@6.9.0
platform = espressif32@6.10.0

[env:arduino-3]
platform = https://github.com/pioarduino/platform-espressif32/releases/download/51.03.05/platform-espressif32.zip
Expand All @@ -75,7 +75,7 @@ lib_deps =
; ETH: esp32-poe

[env:esp32-poe-arduino-2]
platform = espressif32@6.9.0
platform = espressif32@6.10.0
board = esp32-poe
build_flags = ${env.build_flags}
-D ESPCONNECT_ETH_SUPPORT
Expand All @@ -95,7 +95,7 @@ build_flags = ${env.build_flags}
; ETH: wt32-eth01

[env:wt32-eth01-arduino-2]
platform = espressif32@6.9.0
platform = espressif32@6.10.0
board = wt32-eth01
build_flags = ${env.build_flags}
-D ESPCONNECT_ETH_SUPPORT
Expand All @@ -122,7 +122,7 @@ build_flags = ${env.build_flags}

[env:lilygo-eth-lite-s3-arduino-2]
upload_speed = 115200
platform = espressif32@6.9.0
platform = espressif32@6.10.0
board = esp32s3box
build_flags = ${env.build_flags}
-D ESPCONNECT_ETH_SUPPORT
Expand Down

0 comments on commit 4214d5d

Please sign in to comment.