mirror of
https://github.com/esphome/esphome.git
synced 2025-10-13 15:23:49 +01:00
Merge branch 'dev' into helper_for_name_suffix
This commit is contained in:
@@ -325,8 +325,8 @@ def _is_framework_url(source: str) -> str:
|
|||||||
# - https://github.com/espressif/arduino-esp32/releases
|
# - https://github.com/espressif/arduino-esp32/releases
|
||||||
ARDUINO_FRAMEWORK_VERSION_LOOKUP = {
|
ARDUINO_FRAMEWORK_VERSION_LOOKUP = {
|
||||||
"recommended": cv.Version(3, 2, 1),
|
"recommended": cv.Version(3, 2, 1),
|
||||||
"latest": cv.Version(3, 3, 1),
|
"latest": cv.Version(3, 3, 2),
|
||||||
"dev": cv.Version(3, 3, 1),
|
"dev": cv.Version(3, 3, 2),
|
||||||
}
|
}
|
||||||
ARDUINO_PLATFORM_VERSION_LOOKUP = {
|
ARDUINO_PLATFORM_VERSION_LOOKUP = {
|
||||||
cv.Version(3, 3, 2): cv.Version(55, 3, 31, "1"),
|
cv.Version(3, 3, 2): cv.Version(55, 3, 31, "1"),
|
||||||
|
Reference in New Issue
Block a user