Rename webinstaller folder and add readme's (#3637)

This commit is contained in:
CaCO3
2025-03-16 18:25:41 +01:00
committed by GitHub
parent 3e67aeec0d
commit 8494f36069
8 changed files with 18 additions and 13 deletions

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