This commit is contained in:
suchmememanyskill
2023-11-13 16:30:12 +01:00
parent ed024077ee
commit ecc9e5ea99
5 changed files with 40 additions and 61 deletions

27
_site/manifest.json Normal file
View File

@@ -0,0 +1,27 @@
{
"name": "CYD-Klipper-Display",
"new_install_prompt_erase": false,
"builds": [
{
"chipFamily": "ESP32",
"parts": [
{
"path": "output/bootloader.bin",
"offset": 4096
},
{
"path": "output/partitions.bin",
"offset": 32768
},
{
"path": "output/boot_app0.bin",
"offset": 57344
},
{
"path": "output/firmware.bin",
"offset": 65536
}
]
}
]
}