Files
AI-on-the-edge-device/docs/manifest.json
2022-10-30 21:54:02 +01:00

25 lines
579 B
JSON

{
"name": "AI-on-the-edge",
"version": "12.0.1",
"funding_url": "https://www.paypal.com/donate?hosted_button_id=8TRSVYNYKDSWL",
"new_install_prompt_erase": false,
"builds": [
{
"chipFamily": "ESP32",
"parts": [
{
"path": "releases/download/v11.2.0/bootloader.bin",
"offset": 4096
},
{
"path": "releases/download/v11.2.0/partitions.bin",
"offset": 32768
},
{
"path": "releases/download/v12.0.1/firmware.bin",
"offset": 65536
}
]
}
]
}