mirror of
https://github.com/esphome/esphome.git
synced 2025-10-16 23:47:10 +02:00
[esp32] Change Arduino dev & latest to 3.3.2 (#11169)
This commit is contained in:
parent
5f5092e29f
commit
c02c0b2a96
@ -314,8 +314,8 @@ def _format_framework_espidf_version(ver: cv.Version, release: str) -> str:
|
||||
# - https://github.com/espressif/arduino-esp32/releases
|
||||
ARDUINO_FRAMEWORK_VERSION_LOOKUP = {
|
||||
"recommended": cv.Version(3, 2, 1),
|
||||
"latest": cv.Version(3, 3, 1),
|
||||
"dev": cv.Version(3, 3, 1),
|
||||
"latest": cv.Version(3, 3, 2),
|
||||
"dev": cv.Version(3, 3, 2),
|
||||
}
|
||||
ARDUINO_PLATFORM_VERSION_LOOKUP = {
|
||||
cv.Version(3, 3, 2): cv.Version(55, 3, 31, "1"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user