[esp32] Allow 5.4.2 (#9243)

This commit is contained in:
Jonathan Swoboda 2025-06-28 02:30:59 -04:00 committed by GitHub
parent 3f65cee17c
commit d37f5b87bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -341,6 +341,7 @@ SUPPORTED_PLATFORMIO_ESP_IDF_5X = [
# List based on https://github.com/pioarduino/esp-idf/releases # List based on https://github.com/pioarduino/esp-idf/releases
SUPPORTED_PIOARDUINO_ESP_IDF_5X = [ SUPPORTED_PIOARDUINO_ESP_IDF_5X = [
cv.Version(5, 5, 0), cv.Version(5, 5, 0),
cv.Version(5, 4, 2),
cv.Version(5, 4, 1), cv.Version(5, 4, 1),
cv.Version(5, 4, 0), cv.Version(5, 4, 0),
cv.Version(5, 3, 3), cv.Version(5, 3, 3),