Jim Mussared b5836e7252 esp32: Use uppercase variant names.
This is to support a future change to add the variant name to the build
directory and therefore should be the same style as the board name.

This work was funded through GitHub Sponsors.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2023-08-23 13:54:37 +10:00

31 lines
584 B
JSON

{
"deploy": [
"deploy.md"
],
"docs": "",
"features": [
"BLE",
"Battery Charging",
"External Flash",
"External RAM",
"RGB LED",
"USB-C",
"WiFi"
],
"features_non_filterable": [
"TinyPICO Compatible"
],
"id": "tinypico",
"images": [
"tinypico-v2-both.jpg"
],
"mcu": "esp32",
"product": "TinyPICO",
"thumbnail": "",
"url": "https://www.tinypico.com/",
"variants": {
"IDF3": "Compiled with IDF 3.x"
},
"vendor": "Unexpected Maker"
}