rename micro:bit to @boardname@

This commit is contained in:
Peli de Halleux
2016-11-01 17:44:37 -07:00
parent 9bc1e38345
commit 89406330cf
226 changed files with 697 additions and 750 deletions

View File

@ -1,10 +1,10 @@
# Uploader
### @description A Windows application that automatically deploys .hex files to connected micro:bit boards
### @description A Windows application that automatically deploys .hex files to connected @boardname@ boards
### ~avatar avatar
The Uploader **automatically** deploys .hex files to all micro:bits connected to your computer.
The Uploader **automatically** deploys .hex files to all @boardname@s connected to your computer.
## [DOWNLOAD](https://www.pxt.io/microbit-uploader.zip)
@ -28,7 +28,7 @@ That's it!
* Windows XP or later
* .NET runtime 2.0 or higher
* Browser: this application will work for any web browser that is supported by the BBC micro:bit
* Browser: this application will work for any web browser that is supported by the @boardname@
![](/static/uploader/screenshot.png)
@ -40,6 +40,6 @@ That's it!
* Download the [Microsoft.Uploader.Microbit.zip](https://pxt.microbit.org/microbit-uploader.zip) file to your local computer.
* Unzip the .zip file to your desktop.
* Launch the Microsoft.Uploader.exe file before working on your BBC micro:bit.
* Launch the Microsoft.Uploader.exe file before working on your @boardname@.
### ~