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
}
]