Compare commits
7 Commits
Author | SHA1 | Date | |
---|---|---|---|
376b20b035 | |||
7ce41b52aa | |||
46f7831e7c | |||
dda29a5cb6 | |||
6e4f4595a2 | |||
cdbe1e513b | |||
ae15c9a656 |
@ -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.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
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.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
#### Chrome
|
#### Chrome
|
||||||
|
|
||||||
|
BIN
docs/static/mb/device/usb-generic.jpg
vendored
Before Width: | Height: | Size: 343 KiB After Width: | Height: | Size: 66 KiB |
BIN
docs/static/mb/device/usb-mac.jpg
vendored
Before Width: | Height: | Size: 593 KiB After Width: | Height: | Size: 65 KiB |
BIN
docs/static/mb/device/usb-osx-chrome.png
vendored
Before Width: | Height: | Size: 74 KiB After Width: | Height: | Size: 30 KiB |
BIN
docs/static/mb/device/usb-osx-firefox-1.jpg
vendored
Normal file
After Width: | Height: | Size: 40 KiB |
BIN
docs/static/mb/device/usb-osx-firefox-1.png
vendored
Before Width: | Height: | Size: 201 KiB |
BIN
docs/static/mb/device/usb-windows-firefox-2.jpg
vendored
Normal file
After Width: | Height: | Size: 26 KiB |
BIN
docs/static/mb/device/usb-windows-firefox-2.png
vendored
Before Width: | Height: | Size: 120 KiB |
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|