mirror of https://github.com/espruino/BangleApps
15 lines
476 B
JSON
15 lines
476 B
JSON
|
{ "id": "fastreset",
|
||
|
"name": "Fast Reset",
|
||
|
"shortName":"Fast Reset",
|
||
|
"version":"0.01",
|
||
|
"description": "Reset the watch by holding the hardware button for half a second. If 'Fastload Utils' is installed this will typically be done with fastloading. A buzz acts as indicator.",
|
||
|
"icon": "app.png",
|
||
|
"type": "bootloader",
|
||
|
"tags": "system",
|
||
|
"supports" : ["BANGLEJS2"],
|
||
|
"readme": "README.md",
|
||
|
"storage": [
|
||
|
{"name":"fastreset.boot.js","url":"boot.js"}
|
||
|
]
|
||
|
}
|