Files
micropython/ports/esp32/boards/ESP32_GENERIC_C5/board.json
Angus Gratton 797925c057 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>
2025-12-03 14:21:14 +11:00

23 lines
420 B
JSON

{
"deploy": [
"../deploy.md"
],
"deploy_options": {
"flash_offset": "0x2000"
},
"docs": "",
"features": [
"BLE",
"External Flash",
"WiFi"
],
"images": [
"esp32c5_devkitc.jpg"
],
"mcu": "esp32c5",
"product": "ESP32-C5",
"thumbnail": "",
"url": "https://www.espressif.com/en/products/modules",
"vendor": "Espressif"
}