Create /docs + installer

This commit is contained in:
jomjol
2022-10-30 21:48:06 +01:00
parent d2b93a7110
commit 44afd138c5
42 changed files with 1534 additions and 0 deletions

25
docs/manifest.json Normal file
View File

@@ -0,0 +1,25 @@
{
"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": "docs/releases/download/v11.2.0/bootloader.bin",
"offset": 4096
},
{
"path": "docs/releases/download/v11.2.0/partitions.bin",
"offset": 32768
},
{
"path": "docs/releases/download/v12.0.1/firmware.bin",
"offset": 65536
}
]
}
]
}