mirror of https://github.com/espruino/BangleApps
15 lines
424 B
JSON
15 lines
424 B
JSON
{
|
|
"id": "fwupdate",
|
|
"name": "Firmware Update",
|
|
"version": "0.03",
|
|
"description": "[BETA] Uploads new Espruino firmwares to Bangle.js 2. For now, please use the instructions under https://www.espruino.com/Bangle.js2#firmware-updates",
|
|
"icon": "app.png",
|
|
"type": "RAM",
|
|
"tags": "tools,system",
|
|
"supports": ["BANGLEJS2"],
|
|
"custom": "custom.html",
|
|
"customConnect": true,
|
|
"storage": [],
|
|
"sortorder": 20
|
|
}
|