1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-31 07:03:55 +00:00

Version bump for ESP32 IDF and Arduino (#5035)

This commit is contained in:
Jimmy Hedman
2023-07-21 05:35:44 +02:00
committed by GitHub
parent 89c5298bb9
commit 1c237aef77
2 changed files with 8 additions and 8 deletions

View File

@@ -104,7 +104,7 @@ extra_scripts = post:esphome/components/esp8266/post_build.py.script
; This are common settings for the ESP32 (all variants) using Arduino.
[common:esp32-arduino]
extends = common:arduino
platform = platformio/espressif32@5.3.0
platform = platformio/espressif32@5.4.0
platform_packages =
platformio/framework-arduinoespressif32@~3.20005.0
@@ -133,9 +133,9 @@ extra_scripts = post:esphome/components/esp32/post_build.py.script
; This are common settings for the ESP32 (all variants) using IDF.
[common:esp32-idf]
extends = common:idf
platform = platformio/espressif32@5.3.0
platform = platformio/espressif32@5.4.0
platform_packages =
platformio/framework-espidf@~3.40404.0
platformio/framework-espidf@~3.40405.0
framework = espidf
lib_deps =