mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +01:00
The vendor and product fields in the `board.json` files were somewhat
inconsistent. Remove any duplication of the vendor name in the product
field so that `f"{vendor} {product}"` reads well.
In addition to that, update most of the URL's for `board.json` files that
are modified here, and match case and spacing used by the manufacturers for
the vendor and product names.
Signed-off-by: Matt Trentini <matt.trentini@gmail.com>
16 lines
467 B
JSON
16 lines
467 B
JSON
{
|
|
"deploy": [
|
|
"../deploy.md"
|
|
],
|
|
"docs": "https://4tronix.co.uk/picobot2/WT51822-S4AT.pdf",
|
|
"features": [],
|
|
"images": [
|
|
"WT51822-S4AT.jpg"
|
|
],
|
|
"mcu": "nrf51",
|
|
"product": "WT51822-S4AT",
|
|
"thumbnail": "",
|
|
"url": "https://shop.wireless-tag.com/products/esp32-c3-mini-1-10pcs-espressif-esp32-c3-mini-1-4mb-flash-pcb-antenna-15-gpios-wifi-ble-5-module-esp32-c3-module-on-esp32-c3-chip",
|
|
"vendor": "Wireless-Tag"
|
|
}
|