Files
CYD-Klipper/_site/manifest.json
suchmememanyskill ecc9e5ea99 Try 4
2023-11-13 16:30:12 +01:00

27 lines
690 B
JSON

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