Skip to content

Commit

Permalink
prepare docs for deployment through actions (#1688)
Browse files Browse the repository at this point in the history
Co-authored-by: CaCO3 <caco@ruinelli.ch>
  • Loading branch information
caco3 and CaCO3 authored Dec 26, 2022
1 parent 45aeff3 commit 9b8923c
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
]
Expand Down
25 changes: 25 additions & 0 deletions docs/manifest_template.json
Original file line number Diff line number Diff line change
@@ -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
}
]
}
]
}
Binary file removed docs/releases/download/v12.0.1/firmware.bin
Binary file not shown.
Binary file removed docs/releases/download/v12.0.5/firmware.bin
Binary file not shown.
Binary file removed docs/releases/download/v13.0.5/firmware.bin
Binary file not shown.
Binary file removed docs/releases/download/v13.0.7/firmware.bin
Binary file not shown.

0 comments on commit 9b8923c

Please sign in to comment.