Files
micropython/ports/esp32/boards/ESP32_GENERIC_P4/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

22 lines
405 B
JSON

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