2022-01-06 11:47:26 +00:00
|
|
|
{
|
|
|
|
"id": "fwupdate",
|
|
|
|
"name": "Firmware Update",
|
2023-03-03 10:25:02 +00:00
|
|
|
"version": "0.06",
|
2022-01-27 16:35:30 +00:00
|
|
|
"description": "Uploads new Espruino firmwares to Bangle.js 2",
|
2022-01-06 11:47:26 +00:00
|
|
|
"icon": "app.png",
|
|
|
|
"type": "RAM",
|
|
|
|
"tags": "tools,system",
|
|
|
|
"supports": ["BANGLEJS2"],
|
|
|
|
"custom": "custom.html",
|
|
|
|
"customConnect": true,
|
|
|
|
"storage": [],
|
2022-11-23 11:02:26 +00:00
|
|
|
"sortorder": -11
|
2022-01-06 11:47:26 +00:00
|
|
|
}
|