Shrink the link in firmware version hint (#2163)
* Shrink the link in firmware version hint * fix a translation quibble
This commit is contained in:
parent
5983cfafd8
commit
b68eb5e960
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
All the bits and pieces that make up the BBC micro:bit
|
All the bits and pieces that make up the BBC micro:bit
|
||||||
|
|
||||||
![](/static/mb/device-0.png)
|
![micro:bit board layout](/static/mb/device-0.png)
|
||||||
|
|
||||||
|
|
||||||
## LED Screen and Status LED
|
## LED Screen and Status LED
|
||||||
@ -43,18 +43,19 @@ https://www.youtube.com/watch?v=t_Qujjd_38o
|
|||||||
When you plug in your micro:bit via [USB](/device/usb), it should appear as a ``MICROBIT`` drive.
|
When you plug in your micro:bit via [USB](/device/usb), it should appear as a ``MICROBIT`` drive.
|
||||||
|
|
||||||
If you accidentally hold down the reset button as you’re plugging in your micro:bit,
|
If you accidentally hold down the reset button as you’re plugging in your micro:bit,
|
||||||
the micro:bit will appear as a MAINTENANCE drive instead of ``MICROBIT``. This is known as maintenance mode.
|
the micro:bit will appear as a ``MAINTENANCE`` drive instead of ``MICROBIT``. This is known as maintenance mode.
|
||||||
|
|
||||||
To continue programming your micro:bit YOU MUST unplug your USB and reconnect it. Check that the drive now shows as ``MICROBIT``.
|
To continue programming your micro:bit YOU MUST unplug your USB and reconnect it. Check that the drive now shows as ``MICROBIT``.
|
||||||
|
|
||||||
## ~ hint
|
## ~ hint
|
||||||
|
|
||||||
Use with caution. If you click on the drive while it shows as ``MAINTENANCE``,
|
### Open the version file
|
||||||
|
|
||||||
|
Use with caution!
|
||||||
|
If you click on the drive while it shows the ``MAINTENANCE`` label,
|
||||||
you can see which version of firmware you have running on your micro:bit.
|
you can see which version of firmware you have running on your micro:bit.
|
||||||
Firmware on your micro:bit should be up-to-date already.
|
Firmware on your micro:bit should be up-to-date already.
|
||||||
You can find the version of firmware in the 'version.txt' file on the micro:bit. Further information on the firmware can be found here:
|
You can find the version of firmware in the 'version.txt' file on the micro:bit. See the @boardname@ **[firmware](https://microbit.org/guide/firmware/)** page for more about checking your board's firmware version.
|
||||||
|
|
||||||
https://developer.mbed.org/platforms/Microbit/#firmware
|
|
||||||
|
|
||||||
## ~
|
## ~
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@ For more advanced information on the @boardname@ Bluetooth IO pin service includ
|
|||||||
|
|
||||||
## See also
|
## See also
|
||||||
|
|
||||||
[About Bluetooth](/reference/bluetooth/about-bluetooth), [@boardname@ Bluetooth profile overview ](http://lancaster-university.github.io/microbit-docs/ble/profile/), [@boardname@ Bluetooth profile reference](http://lancaster-university.github.io/microbit-docs/resources/bluetooth/microbit-profile-V1.9-Level-2.pdf), [Bluetooth on @boardname@ resources](http://bluetooth-mdw.blogspot.co.uk/p/bbc-microbit.html), [Bluetooth SIG](https://www.bluetooth.com)
|
[About Bluetooth](/reference/bluetooth/about-bluetooth), [@boardname@ Bluetooth profile overview ](http://lancaster-university.github.io/microbit-docs/ble/profile/), [@boardname@ Bluetooth profile reference](http://lancaster-university.github.io/microbit-docs/resources/bluetooth/microbit-profile-V1.9-Level-2.pdf), [Bluetooth on @boardname@ resources](http://bluetooth-mdw.blogspot.co.uk/p/bbc-microbit.html), [Bluetooth SIG](https://www.bluetooth.com)
|
||||||
|
|
||||||
```package
|
```package
|
||||||
bluetooth
|
bluetooth
|
||||||
|
Loading…
Reference in New Issue
Block a user