Files
AI-on-the-edge-device/docs/manifest.json
2022-12-17 00:33:11 +01:00

26 lines
580 B
JSON

{
"name": "AI-on-the-edge",
"version": "13.0.7",
"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/v13.0.7/firmware.bin",
"offset": 65536
}
]
}
]
}