mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 03:30: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>
27 lines
486 B
JSON
27 lines
486 B
JSON
{
|
|
"deploy": [
|
|
"../deploy.md"
|
|
],
|
|
"deploy_options": {
|
|
"flash_offset": "0x1000"
|
|
},
|
|
"docs": "",
|
|
"features": [
|
|
"BLE",
|
|
"Display",
|
|
"External Flash",
|
|
"LoRa",
|
|
"SDCard",
|
|
"USB",
|
|
"WiFi"
|
|
],
|
|
"images": [
|
|
"lilygo-ttgo-lora-32-v1-6.jpg"
|
|
],
|
|
"mcu": "esp32",
|
|
"product": "TTGO LoRa32",
|
|
"thumbnail": "",
|
|
"url": "https://www.lilygo.cc/products/lora3",
|
|
"vendor": "LILYGO"
|
|
}
|