Compare commits

...

7 Commits

Author SHA1 Message Date
376b20b035 0.4.8 2016-09-14 22:28:23 -07:00
7ce41b52aa fixing path in docs 2016-09-14 22:28:05 -07:00
46f7831e7c 0.4.7 2016-09-14 22:21:00 -07:00
dda29a5cb6 Bump pxt-core to 0.4.11 2016-09-14 22:20:58 -07:00
6e4f4595a2 updated usb images 2016-09-14 22:18:01 -07:00
cdbe1e513b 0.4.6 2016-09-14 20:38:49 -07:00
ae15c9a656 Bump pxt-core to 0.4.9 2016-09-14 20:38:47 -07:00
10 changed files with 15 additions and 15 deletions

View File

@ -69,7 +69,7 @@ Select **Save File** and then select **OK**.
The file will then appear in your downloads in the top right of your browser. The file will then appear in your downloads in the top right of your browser.
Click the **folder icon** next to the filename to open it in Windows Explorer. Click the **folder icon** next to the filename to open it in Windows Explorer.
![](/static/mb/device/usb-windows-firefox-2.png) ![](/static/mb/device/usb-windows-firefox-2.jpg)
Drag and drop the `.hex` file from the download folder onto the `MICROBIT` drive. Drag and drop the `.hex` file from the download folder onto the `MICROBIT` drive.
@ -115,9 +115,9 @@ your downloads in the top right of your browser. Right click on the file and
click on **Show in Finder** and the file will appear in your downloads folder. click on **Show in Finder** and the file will appear in your downloads folder.
Select the file and drag and drop it onto your `MICROBIT` drive. Select the file and drag and drop it onto your `MICROBIT` drive.
![](/static/mb/device/usb-osx-firefox-1.png) ![](/static/mb/device/usb-osx-firefox-1.jpg)
![](/static/mb/device/usb-osx-firefox-2.png) ![](/static/mb/device/usb-osx-firefox-2.jpg)
#### Chrome #### Chrome

Binary file not shown.

Before

Width:  |  Height:  |  Size: 343 KiB

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 593 KiB

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 74 KiB

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 201 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 120 KiB

View File

@ -1,6 +1,6 @@
{ {
"name": "pxt-microbit", "name": "pxt-microbit",
"version": "0.4.5", "version": "0.4.8",
"description": "micro:bit target for PXT", "description": "micro:bit target for PXT",
"keywords": [ "keywords": [
"JavaScript", "JavaScript",
@ -29,6 +29,6 @@
"typescript": "^1.8.7" "typescript": "^1.8.7"
}, },
"dependencies": { "dependencies": {
"pxt-core": "0.4.8" "pxt-core": "0.4.11"
} }
} }

View File

@ -266,61 +266,61 @@
"name": "connection", "name": "connection",
"os": "*", "os": "*",
"browser": "*", "browser": "*",
"path": "/doccdn/static/mb/device/usb-generic.jpg" "path": "/static/mb/device/usb-generic.jpg"
}, },
{ {
"name": "connection", "name": "connection",
"os": "mac", "os": "mac",
"browser": "*", "browser": "*",
"path": "/doccdn/static/mb/device/usb-mac.jpg" "path": "/static/mb/device/usb-mac.jpg"
}, },
{ {
"name": "save", "name": "save",
"os": "windows", "os": "windows",
"browser": "firefox", "browser": "firefox",
"path": "/doccdn/static/mb/device/usb-windows-firefox-1.png" "path": "/static/mb/device/usb-windows-firefox-1.png"
}, },
{ {
"name": "save", "name": "save",
"os": "mac", "os": "mac",
"browser": "firefox", "browser": "firefox",
"path": "/doccdn/static/mb/device/usb-osx-firefox-1.png" "path": "/static/mb/device/usb-osx-firefox-1.png"
}, },
{ {
"name": "save", "name": "save",
"os": "mac", "os": "mac",
"browser": "chrome", "browser": "chrome",
"path": "/doccdn/static/mb/device/usb-osx-chrome.png" "path": "/static/mb/device/usb-osx-chrome.png"
}, },
{ {
"name": "save", "name": "save",
"os": "windows", "os": "windows",
"browser": "edge", "browser": "edge",
"path": "/doccdn/static/mb/device/usb-windows-edge-1.png" "path": "/static/mb/device/usb-windows-edge-1.png"
}, },
{ {
"name": "save", "name": "save",
"os": "windows", "os": "windows",
"browser": "ie", "browser": "ie",
"path": "/doccdn/static/mb/device/usb-windows-ie11-1.png" "path": "/static/mb/device/usb-windows-ie11-1.png"
}, },
{ {
"name": "save", "name": "save",
"os": "windows", "os": "windows",
"browser": "chrome", "browser": "chrome",
"path": "/doccdn/static/mb/device/usb-windows-chrome.png" "path": "/static/mb/device/usb-windows-chrome.png"
}, },
{ {
"name": "copy", "name": "copy",
"os": "mac", "os": "mac",
"browser": "*", "browser": "*",
"path": "/doccdn/static/mb/device/usb-osx-dnd.png" "path": "/static/mb/device/usb-osx-dnd.png"
}, },
{ {
"name": "copy", "name": "copy",
"os": "windows", "os": "windows",
"browser": "*", "browser": "*",
"path": "/doccdn/static/mb/device/usb-windows-sendto.jpg" "path": "/static/mb/device/usb-windows-sendto.jpg"
} }
] ]
}, },