mirror of
https://github.com/esphome/esphome.git
synced 2026-07-10 08:55:36 +00:00
[online_image] Use rp2_arduino framework key after rp2040->rp2 rename
dev renamed the rp2040 platform to rp2 (framework key rp2040_arduino -> rp2_arduino). Propagate that into the online_image file platform, whose framework-version guard was relocated here during the image platform refactor and so was not covered by the rename on dev.
This commit is contained in:
@@ -58,7 +58,7 @@ ONLINE_IMAGE_CONFIG_SCHEMA = cv.All(
|
||||
# esp8266_arduino=cv.Version(2, 7, 0),
|
||||
esp32_arduino=cv.Version(0, 0, 0),
|
||||
esp_idf=cv.Version(4, 0, 0),
|
||||
rp2040_arduino=cv.Version(0, 0, 0),
|
||||
rp2_arduino=cv.Version(0, 0, 0),
|
||||
host=cv.Version(0, 0, 0),
|
||||
),
|
||||
runtime_image.validate_runtime_image_settings,
|
||||
|
||||
Reference in New Issue
Block a user