Shrink the link in firmware version hint (#2163)

* Shrink the link in firmware version hint

* fix a translation quibble
This commit is contained in:
Galen Nickel 2019-06-07 15:33:15 -07:00 committed by GitHub
parent 5983cfafd8
commit b68eb5e960
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 7 deletions

View File

@ -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 youre plugging in your micro:bit, If you accidentally hold down the reset button as youre 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
## ~ ## ~