mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 01:40:14 +01:00
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:
@@ -12,7 +12,7 @@
|
||||
"WiFi"
|
||||
],
|
||||
"images": [
|
||||
"esp32c2_devkitmini.jpg"
|
||||
"esp8684_devkitc.jpg"
|
||||
],
|
||||
"mcu": "esp32c2",
|
||||
"product": "ESP32-C2",
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
"WiFi"
|
||||
],
|
||||
"images": [
|
||||
"esp32c5_devkitmini.jpg"
|
||||
"esp32c5_devkitc.jpg"
|
||||
],
|
||||
"mcu": "esp32c5",
|
||||
"product": "ESP32-C5",
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
"WiFi"
|
||||
],
|
||||
"images": [
|
||||
"esp32p4_devkitmini.jpg"
|
||||
"esp32_p4_function_ev_board.jpg"
|
||||
],
|
||||
"mcu": "esp32p4",
|
||||
"product": "ESP32-P4",
|
||||
|
||||
Reference in New Issue
Block a user