1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-29 08:32:26 +01:00

[esp32] Allow esp-idf 5.5.1 (#10680)

This commit is contained in:
Jonathan Swoboda
2025-09-11 16:13:05 -04:00
committed by GitHub
parent 5fd64c5c89
commit 61bac6c6e6

View File

@@ -353,6 +353,7 @@ SUPPORTED_PLATFORMIO_ESP_IDF_5X = [
# pioarduino versions that don't require a release number
# List based on https://github.com/pioarduino/esp-idf/releases
SUPPORTED_PIOARDUINO_ESP_IDF_5X = [
cv.Version(5, 5, 1),
cv.Version(5, 5, 0),
cv.Version(5, 4, 2),
cv.Version(5, 4, 1),