web-flasher/manifest_btclock.json
Djuri Baars eab668d5eb
Some checks failed
Deploy GitHub Pages / deploy (push) Has been cancelled
Initial commit
2024-11-26 01:02:19 +01:00

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