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 <angus@redyak.com.au>
This commit is contained in:
Angus Gratton
2025-12-03 10:39:29 +11:00
parent e6a7dc1114
commit 797925c057
3 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@
"WiFi"
],
"images": [
"esp32c2_devkitmini.jpg"
"esp8684_devkitc.jpg"
],
"mcu": "esp32c2",
"product": "ESP32-C2",

View File

@@ -12,7 +12,7 @@
"WiFi"
],
"images": [
"esp32c5_devkitmini.jpg"
"esp32c5_devkitc.jpg"
],
"mcu": "esp32c5",
"product": "ESP32-C5",

View File

@@ -11,7 +11,7 @@
"WiFi"
],
"images": [
"esp32p4_devkitmini.jpg"
"esp32_p4_function_ev_board.jpg"
],
"mcu": "esp32p4",
"product": "ESP32-P4",