mirror of
https://github.com/suchmememanyskill/CYD-Klipper.git
synced 2026-03-21 05:33:24 +00:00
27 lines
681 B
JSON
27 lines
681 B
JSON
{
|
|
"name": "CYD-Klipper",
|
|
"new_install_prompt_erase": true,
|
|
"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
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |