make firmware update beta
parent
b04bd5d158
commit
516ff5b609
|
|
@ -1,7 +1,7 @@
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"id": "fwupdate",
|
"id": "fwupdate",
|
||||||
"name": "Firmware Update",
|
"name": "Firmware Update (BETA)",
|
||||||
"version": "0.01",
|
"version": "0.01",
|
||||||
"description": "Uploads new Espruino firmwares to Bangle.js 2",
|
"description": "Uploads new Espruino firmwares to Bangle.js 2",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
|
|
|
||||||
|
|
@ -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></p>
|
||||||
<div id="fw-unknown">
|
<div id="fw-unknown">
|
||||||
<p>Firmware updates using the App Loader are only possible on
|
<p>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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue