prepare docs for deployment through actions (#1688)

Co-authored-by: CaCO3 <caco@ruinelli.ch>
This commit is contained in:
CaCO3
2022-12-26 21:14:58 +01:00
committed by GitHub
parent 45aeff3e0f
commit 9b8923c998
9 changed files with 28 additions and 3 deletions

View File

@@ -8,15 +8,15 @@
"chipFamily": "ESP32",
"parts": [
{
"path": "releases/download/v11.2.0/bootloader.bin",
"path": "binary/bootloader.bin",
"offset": 4096
},
{
"path": "releases/download/v11.2.0/partitions.bin",
"path": "binary/partitions.bin",
"offset": 32768
},
{
"path": "releases/download/v13.0.8/firmware.bin",
"path": "binary/firmware.bin",
"offset": 65536
}
]

View File

@@ -0,0 +1,25 @@
{
"name": "AI-on-the-edge",
"version": "VERSION",
"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
}
]
}
]
}