btclock-web-flasher/manifest_btclock.json
2024-06-29 16:24:17 +02:00

14 lines
233 B
JSON

{
"name": "BTClock",
"version": "latest",
"new_install_prompt_erase": true,
"builds": [
{
"chipFamily": "ESP32-S3",
"parts": [
{ "path": "firmware/full-firmware.bin", "offset": 0 }
]
}
]
}