1a99f74063
This was used to override the firmware filename generated by the build server (to match the historical name before board definitions existed). Now we're making everything use the board definition name (i.e. the directory name). This work was funded through GitHub Sponsors. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
30 lines
562 B
JSON
30 lines
562 B
JSON
{
|
|
"deploy": [
|
|
"deploy.md"
|
|
],
|
|
"docs": "",
|
|
"features": [
|
|
"BLE",
|
|
"Battery Charging",
|
|
"External Flash",
|
|
"External RAM",
|
|
"RGB LED",
|
|
"USB-C",
|
|
"WiFi"
|
|
],
|
|
"features_non_filterable": [
|
|
"TinyPICO Compatible"
|
|
],
|
|
"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"
|
|
}
|