mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 03:30:14 +01:00
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>
22 lines
405 B
JSON
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"
|
|
}
|