From 797925c057bddc855b089397cb7fba024341caef Mon Sep 17 00:00:00 2001 From: Angus Gratton Date: Wed, 3 Dec 2025 10:39:29 +1100 Subject: [PATCH] esp32: Fix board images for ESP32_GENERIC_[C2|C5|P4]. These recently added boards had copy-paste image names, change them to match the images pending addition to micropython-media. This work was funded through GitHub Sponsors. Signed-off-by: Angus Gratton --- ports/esp32/boards/ESP32_GENERIC_C2/board.json | 2 +- ports/esp32/boards/ESP32_GENERIC_C5/board.json | 2 +- ports/esp32/boards/ESP32_GENERIC_P4/board.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ports/esp32/boards/ESP32_GENERIC_C2/board.json b/ports/esp32/boards/ESP32_GENERIC_C2/board.json index c496396ef1..ab05c93881 100644 --- a/ports/esp32/boards/ESP32_GENERIC_C2/board.json +++ b/ports/esp32/boards/ESP32_GENERIC_C2/board.json @@ -12,7 +12,7 @@ "WiFi" ], "images": [ - "esp32c2_devkitmini.jpg" + "esp8684_devkitc.jpg" ], "mcu": "esp32c2", "product": "ESP32-C2", diff --git a/ports/esp32/boards/ESP32_GENERIC_C5/board.json b/ports/esp32/boards/ESP32_GENERIC_C5/board.json index 371da3929c..9ee69f0ba6 100644 --- a/ports/esp32/boards/ESP32_GENERIC_C5/board.json +++ b/ports/esp32/boards/ESP32_GENERIC_C5/board.json @@ -12,7 +12,7 @@ "WiFi" ], "images": [ - "esp32c5_devkitmini.jpg" + "esp32c5_devkitc.jpg" ], "mcu": "esp32c5", "product": "ESP32-C5", diff --git a/ports/esp32/boards/ESP32_GENERIC_P4/board.json b/ports/esp32/boards/ESP32_GENERIC_P4/board.json index 00761d511f..f0b5478de3 100644 --- a/ports/esp32/boards/ESP32_GENERIC_P4/board.json +++ b/ports/esp32/boards/ESP32_GENERIC_P4/board.json @@ -11,7 +11,7 @@ "WiFi" ], "images": [ - "esp32p4_devkitmini.jpg" + "esp32_p4_function_ev_board.jpg" ], "mcu": "esp32p4", "product": "ESP32-P4",