mirror of https://github.com/espruino/BangleApps
fwupdate: Add target=_blank on links leaving the page
parent
d5360755bd
commit
f30f7d450c
|
@ -3,7 +3,7 @@
|
||||||
<link rel="stylesheet" href="../../css/spectre.min.css">
|
<link rel="stylesheet" href="../../css/spectre.min.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<p>This tool allows you to update the firmware on <a href="https://www.espruino.com/Bangle.js2">Bangle.js 2</a> devices
|
<p>This tool allows you to update the firmware on <a href="https://www.espruino.com/Bangle.js2" target="_blank">Bangle.js 2</a> devices
|
||||||
from within the App Loader.</p>
|
from within the App Loader.</p>
|
||||||
|
|
||||||
<div id="fw-unknown">
|
<div id="fw-unknown">
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
bit of code that runs when Bangle.js starts, and it is able to update the
|
bit of code that runs when Bangle.js starts, and it is able to update the
|
||||||
Bangle.js firmware. Normally you would update firmware via this Firmware
|
Bangle.js firmware. Normally you would update firmware via this Firmware
|
||||||
Updater app, but if for some reason Bangle.js will not boot, you can
|
Updater app, but if for some reason Bangle.js will not boot, you can
|
||||||
<a href="https://www.espruino.com/Bangle.js2#firmware-updates">always use DFU to do the update manually</a>.
|
<a href="https://www.espruino.com/Bangle.js2#firmware-updates" target="_blank">always use DFU to do the update manually</a>.
|
||||||
On DFU 2v19 and earlier, iOS devices could have issues updating firmware - 2v20 fixes this.</p>
|
On DFU 2v19 and earlier, iOS devices could have issues updating firmware - 2v20 fixes this.</p>
|
||||||
<p>DFU is itself a bootloader, but here we're calling it DFU to avoid confusion
|
<p>DFU is itself a bootloader, but here we're calling it DFU to avoid confusion
|
||||||
with the Bootloader app in the app loader (which prepares Bangle.js for running apps).</p>
|
with the Bootloader app in the app loader (which prepares Bangle.js for running apps).</p>
|
||||||
|
@ -42,7 +42,7 @@
|
||||||
<div id="advanced-div" style="display:none">
|
<div id="advanced-div" style="display:none">
|
||||||
<p><b>Advanced</b></p>
|
<p><b>Advanced</b></p>
|
||||||
<p>Firmware updates via this tool work differently to the NRF Connect method mentioned on
|
<p>Firmware updates via this tool work differently to the NRF Connect method mentioned on
|
||||||
<a href="https://www.espruino.com/Bangle.js2#firmware-updates">the Bangle.js 2 page</a>. Firmware
|
<a href="https://www.espruino.com/Bangle.js2#firmware-updates" target="_blank">the Bangle.js 2 page</a>. Firmware
|
||||||
is uploaded to a file on the Bangle. Once complete the Bangle reboots and DFU copies
|
is uploaded to a file on the Bangle. Once complete the Bangle reboots and DFU copies
|
||||||
the new firmware into internal Storage.</p>
|
the new firmware into internal Storage.</p>
|
||||||
<p>In addition to the links above, you can upload a hex or zip file directly below. This file should be an <code>.app_hex</code>
|
<p>In addition to the links above, you can upload a hex or zip file directly below. This file should be an <code>.app_hex</code>
|
||||||
|
|
Loading…
Reference in New Issue