updated info for macs (#925)

This commit is contained in:
Peli de Halleux 2019-09-30 10:30:21 -07:00 committed by GitHub
parent 95b1c6a50f
commit d85b5c5129
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -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>
` `