Skip to content

Commit

Permalink
Merge pull request #29 from ESP32Async/ci
Browse files Browse the repository at this point in the history
Arduino core 3.1.2 based on IDF 5.3.2.250210
  • Loading branch information
mathieucarbou authored Feb 13, 2025
2 parents 1ac4571 + b1186b9 commit 3f9c820
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ board = esp32dev
platform = [email protected]

[env:arduino-3]
platform = https://github.com/pioarduino/platform-espressif32/releases/download/53.03.11/platform-espressif32.zip
platform = https://github.com/pioarduino/platform-espressif32/releases/download/53.03.12/platform-espressif32.zip

; CI

Expand All @@ -32,5 +32,5 @@ platform = [email protected]
board = ${sysenv.PIO_BOARD}

[env:ci-arduino-3]
platform = https://github.com/pioarduino/platform-espressif32/releases/download/53.03.11/platform-espressif32.zip
platform = https://github.com/pioarduino/platform-espressif32/releases/download/53.03.12/platform-espressif32.zip
board = ${sysenv.PIO_BOARD}

0 comments on commit 3f9c820

Please sign in to comment.