forked from FOSS/BangleApps
15 lines
321 B
JSON
15 lines
321 B
JSON
{
|
|
"id": "fwupdate",
|
|
"name": "Firmware Update",
|
|
"version": "0.06",
|
|
"description": "Uploads new Espruino firmwares to Bangle.js 2",
|
|
"icon": "app.png",
|
|
"type": "RAM",
|
|
"tags": "tools,system",
|
|
"supports": ["BANGLEJS2"],
|
|
"custom": "custom.html",
|
|
"customConnect": true,
|
|
"storage": [],
|
|
"sortorder": -11
|
|
}
|