1
0
mirror of https://github.com/esphome/esphome.git synced 2024-10-04 18:27:06 +02:00

Bump recommended ESP-IDF to 4.4.8

As usual, there are some more BLE fixes https://github.com/espressif/esp-idf/releases/tag/v4.4.8

Note that 4.4.8 is the last 4.4.x release
This commit is contained in:
J. Nick Koston 2024-08-24 09:55:15 -10:00
parent caaae59ea9
commit 7260a04ec3
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -239,7 +239,7 @@ ARDUINO_PLATFORM_VERSION = cv.Version(5, 4, 0)
# The default/recommended esp-idf framework version
# - https://github.com/espressif/esp-idf/releases
# - https://api.registry.platformio.org/v3/packages/platformio/tool/framework-espidf
RECOMMENDED_ESP_IDF_FRAMEWORK_VERSION = cv.Version(4, 4, 7)
RECOMMENDED_ESP_IDF_FRAMEWORK_VERSION = cv.Version(4, 4, 8)
# The platformio/espressif32 version to use for esp-idf frameworks
# - https://github.com/platformio/platform-espressif32/releases
# - https://api.registry.platformio.org/v3/packages/platformio/platform/espressif32

View File

@ -139,7 +139,7 @@ extra_scripts = post:esphome/components/esp32/post_build.py.script
extends = common:idf
platform = platformio/espressif32@5.4.0
platform_packages =
platformio/framework-espidf@~3.40407.0
platformio/framework-espidf@~3.40408.0
framework = espidf
lib_deps =