mirror of https://github.com/espruino/BangleApps
Merge remote-tracking branch 'origin/master'
commit
b1022b1c85
|
@ -3,7 +3,7 @@
|
||||||
"id": "fwupdate",
|
"id": "fwupdate",
|
||||||
"name": "Firmware Update",
|
"name": "Firmware Update",
|
||||||
"version": "0.02",
|
"version": "0.02",
|
||||||
"description": "Uploads new Espruino firmwares to Bangle.js 2",
|
"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",
|
"icon": "app.png",
|
||||||
"type": "RAM",
|
"type": "RAM",
|
||||||
"tags": "tools,system",
|
"tags": "tools,system",
|
||||||
|
@ -11,7 +11,7 @@
|
||||||
"custom": "custom.html",
|
"custom": "custom.html",
|
||||||
"customConnect": true,
|
"customConnect": true,
|
||||||
"storage": [],
|
"storage": [],
|
||||||
"sortorder": -20
|
"sortorder": 20
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "boot",
|
"id": "boot",
|
||||||
|
|
|
@ -3,6 +3,8 @@
|
||||||
<link rel="stylesheet" href="../../css/spectre.min.css">
|
<link rel="stylesheet" href="../../css/spectre.min.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<p><b>THIS IS CURRENTLY BETA - PLEASE USE THE NORMAL FIRMWARE UPDATE
|
||||||
|
INSTRUCTIONS FOR <a href="https://www.espruino.com/Bangle.js#firmware-updates" target="_blank">BANGLE.JS</a> 1 AND <a href="https://www.espruino.com/Bangle.js2#firmware-updates" target="_blank">BANGLE.JS 2</a></b>. For usage on Bangle.js 2 you'll likely need to have an updated bootloader.</p>
|
||||||
<div id="fw-unknown">
|
<div id="fw-unknown">
|
||||||
<p><b>Firmware updates using the App Loader are only possible on
|
<p><b>Firmware updates using the App Loader are only possible on
|
||||||
Bangle.js 2. For firmware updates on Bangle.js 1 please
|
Bangle.js 2. For firmware updates on Bangle.js 1 please
|
||||||
|
|
2
core
2
core
|
@ -1 +1 @@
|
||||||
Subproject commit 23854083e0c3f83c649073a2d85e8079efc471d3
|
Subproject commit b033af017f6789a6a7777e6ef1428d94995a9b8b
|
Loading…
Reference in New Issue