summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngus Gratton <angus@redyak.com.au>2025-12-03 10:39:29 +1100
committerAngus Gratton <angus@redyak.com.au>2025-12-03 14:21:14 +1100
commit797925c057bddc855b089397cb7fba024341caef (patch)
tree9981a163106f7a4c95b5494ed448692fa6ad4efa
parente6a7dc111438d9e9d76f2d6c9384373c382d9c27 (diff)
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>
-rw-r--r--ports/esp32/boards/ESP32_GENERIC_C2/board.json2
-rw-r--r--ports/esp32/boards/ESP32_GENERIC_C5/board.json2
-rw-r--r--ports/esp32/boards/ESP32_GENERIC_P4/board.json2
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 c496396ef..ab05c9388 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 371da3929..9ee69f0ba 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 00761d511..f0b5478de 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",