mirror of
https://github.com/esphome/esphome.git
synced 2025-07-28 06:06:33 +00:00
[esp32] Allow pioarduino version 5.3.3 and 5.5.0 (#8526)
This commit is contained in:
parent
d9873e24a7
commit
7edf458898
@ -274,8 +274,10 @@ SUPPORTED_PLATFORMIO_ESP_IDF_5X = [
|
|||||||
# pioarduino versions that don't require a release number
|
# pioarduino versions that don't require a release number
|
||||||
# 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, 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, 2),
|
cv.Version(5, 3, 2),
|
||||||
cv.Version(5, 3, 1),
|
cv.Version(5, 3, 1),
|
||||||
cv.Version(5, 3, 0),
|
cv.Version(5, 3, 0),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user