[esp32] Allow pioarduino versions 5.3.2 and 5.4.0 (#8440)

Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
This commit is contained in:
Jonathan Swoboda
2025-03-20 21:31:58 -05:00
committed by GitHub
co-authored by Keith Burzinski
parent f3390ff7f5
commit c0e4701e1d
+2
View File
@@ -273,6 +273,8 @@ 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, 4, 0),
cv.Version(5, 3, 2),
cv.Version(5, 3, 1),
cv.Version(5, 3, 0),
cv.Version(5, 1, 5),