diff --git a/docs/static/uploader/screenshot.png b/docs/static/uploader/screenshot.png new file mode 100644 index 00000000..4fb518d6 Binary files /dev/null and b/docs/static/uploader/screenshot.png differ diff --git a/docs/static/uploader/tooltip.png b/docs/static/uploader/tooltip.png new file mode 100644 index 00000000..ee623bd0 Binary files /dev/null and b/docs/static/uploader/tooltip.png differ diff --git a/docs/uploader.md b/docs/uploader.md new file mode 100644 index 00000000..6c937bf6 --- /dev/null +++ b/docs/uploader.md @@ -0,0 +1,41 @@ +# Uploader + +### ~avatar avatar + +![](/static/mb/uploader/screenshot.png) + +# [DOWNLOAD](https://www.pxt.io/microbit-uploader.zip) + +### ~ + +### ~column + +## Works with any browser! + +The uploader monitors your Downloads folder looking for any .hex file being download. +When it detects a new .hex file, the uploader tries to copy it to all connected BBC micro:bits (it copies it to the MICROBIT drives). +That's it! + +![](/static/mb/uploader/tooltip.png) + +### ~ + +### ~column + +## System Requirements + +* 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 + +### ~ + +### ~column + +## Installation Instructions + +* Download the [Microsoft.Uploader.Microbit.zip](/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. + +### ~ diff --git a/pxtarget.json b/pxtarget.json index 659adfea..9d5391c9 100644 --- a/pxtarget.json +++ b/pxtarget.json @@ -50,7 +50,9 @@ "compile": { "isNative": false, "hasHex": true, - "deployDrives": "^MICROBIT" + "deployDrives": "^MICROBIT", + "driveName": "MICROBIT", + "hexMimeType": "application/x-microbit-hex" }, "runtime": { "mathBlocks": true, @@ -84,10 +86,9 @@ "organizationLogo": "./static/Microsoft-logo_rgb_c-gray.png", "homeUrl": "https://m.pxt.io/", "embedUrl": "https://m.pxt.io/", - "koduUrl": "https://www.kodugamelab.com/bbc-microbit/", "privacyUrl": "https://go.microsoft.com/fwlink/?LinkId=521839", "termsOfUseUrl": "https://go.microsoft.com/fwlink/?LinkID=206977", - "visualStudioCode": true, + "boardName": "BBC micro:bit", "docMenu": [ { "name": "About",