updated info for macs (#925)
This commit is contained in:
parent
95b1c6a50f
commit
d85b5c5129
@ -20,8 +20,8 @@ https://youtu.be/VIq8-6Egtqs
|
|||||||
|
|
||||||
## Supported browsers
|
## Supported browsers
|
||||||
|
|
||||||
* Chrome desktop, version 77 and higher, Windows 10
|
* Chrome desktop, version 77 and higher, Windows 10 or Mac OS.
|
||||||
* [Edge Insider desktop](https://www.microsoftedgeinsider.com), version 77 and higher, Windows 10
|
* [Edge Insider desktop](https://www.microsoftedgeinsider.com), version 77 and higher, Windows 10 or Mac OS.
|
||||||
|
|
||||||
To make sure your browser is up to date, go to the '...' menu, click "Help" then "About".
|
To make sure your browser is up to date, go to the '...' menu, click "Help" then "About".
|
||||||
|
|
||||||
|
@ -99,7 +99,7 @@ pxt.editor.initExtensionsAsync = function (opts: pxt.editor.ExtensionOptions): P
|
|||||||
}],
|
}],
|
||||||
htmlBody: `<p>
|
htmlBody: `<p>
|
||||||
${lf("You will be prompted to select a serial port.")}
|
${lf("You will be prompted to select a serial port.")}
|
||||||
${lf("On Windows, look for 'Standard Serial over Bluetooth link'.")}
|
${pxt.BrowserUtils.isWindows() ? lf("Look for 'Standard Serial over Bluetooth link'.") : lf("Loop for 'tty.EV3-SerialPort' or 'cu.EV3-SerialPort'")}
|
||||||
${lf("If you have paired multiple EV3, you might have to try out multiple ports until you find the correct one.")}
|
${lf("If you have paired multiple EV3, you might have to try out multiple ports until you find the correct one.")}
|
||||||
</p>
|
</p>
|
||||||
`
|
`
|
||||||
|
Loading…
Reference in New Issue
Block a user