[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:
Jesse Hills
2026-07-07 09:36:36 +12:00
parent cb0c428d6a
commit 014131233e
+1 -1
View File
@@ -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,