updated webusb docs

This commit is contained in:
Peli de Halleux
2018-09-26 07:59:26 -07:00
parent dc515ec61c
commit 0a1a90c1a1
4 changed files with 68 additions and 6 deletions

View File

@ -7,15 +7,15 @@ It allows for a **one-click download** without installing any additional app or
* Chrome 65+ for Android, Chrome OS, Linux, macOS and Windows 10.
## Upgrade your Firmware
## Prepare your @boardname@
Make sure that your @boardname@ is running version **0250** or above of the firmware. Upgrading is as easy as dragging a file and it takes a few seconds to get it done.
[Check out the instructions to check and upgrade your @boardname@.](https://support.microbit.org/support/solutions/articles/19000084059-beta-testing-web-usb)
* [Check out the instructions to check and upgrade your @boardname@.](/device/usb/webusb/troubleshoot)
## Pair your device
## Pair your @boardname@
To get started with WebUSB,
When opening the editor, you need to pair your device to use WebUSB.
* connect your @boardname@ to your computer with the microUSB cable
* open a script
@ -28,4 +28,4 @@ Once your @boardname@ is paired, MakeCode will use WebUSB to transfer the code w
## Console output
MakeCode will be able to "listen" to your @boardname@ and display the console output, generated by ``console.log`` for example.
MakeCode will be able to "listen" to your @boardname@ and display the console output.