mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 03:30:14 +01:00
IDF 3 builds are very old now (it seems like the last successful builds are from 2021), and the current IDF 5 is stable. So remove IDF 3 variants. Signed-off-by: Matt Trentini <matt.trentini@gmail.com>
27 lines
505 B
JSON
27 lines
505 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": [
|
|
"unexpectedmaker_tinypico.jpg"
|
|
],
|
|
"mcu": "esp32",
|
|
"product": "TinyPICO",
|
|
"thumbnail": "",
|
|
"url": "https://www.tinypico.com/",
|
|
"vendor": "Unexpected Maker"
|
|
}
|