mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-12 14:37:06 +03:00
26 lines
523 B
JSON
26 lines
523 B
JSON
{
|
|
"name": "AI-on-the-edge",
|
|
"version": "13.0.8",
|
|
"funding_url": "https://www.paypal.com/donate?hosted_button_id=8TRSVYNYKDSWL",
|
|
"new_install_prompt_erase": false,
|
|
"builds": [
|
|
{
|
|
"chipFamily": "ESP32",
|
|
"parts": [
|
|
{
|
|
"path": "binary/bootloader.bin",
|
|
"offset": 4096
|
|
},
|
|
{
|
|
"path": "binary/partitions.bin",
|
|
"offset": 32768
|
|
},
|
|
{
|
|
"path": "binary/firmware.bin",
|
|
"offset": 65536
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|