Skip to content

Commit

Permalink
idf-release/v5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Matteo Crippa committed Oct 2, 2024
1 parent c083096 commit 9a2c828
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ build_flags =

[env:esp32]
platform = https://github.com/platformio/platform-espressif32.git#develop
platform_packages = framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#idf-release/v4.4
platform_packages = framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#idf-release/v5.1
board = esp32dev
board_build.f_cpu = 240000000L
board_build.f_flash = 80000000L
Expand Down Expand Up @@ -103,7 +103,7 @@ build_flags =

[env:esp32-s2]
platform = https://github.com/platformio/platform-espressif32.git#develop
platform_packages = framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#idf-release/v4.4
platform_packages = framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#idf-release/v5.1
board = lolin_s2_mini
framework = arduino
monitor_speed = 115200
Expand All @@ -123,7 +123,7 @@ build_flags =

[env:esp32-s3]
platform = https://github.com/platformio/platform-espressif32.git#develop
platform_packages = framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#idf-release/v4.4
platform_packages = framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#idf-release/v5.1
board = esp32-s3-devkitc-1
framework = arduino
monitor_speed = 115200
Expand Down

0 comments on commit 9a2c828

Please sign in to comment.