fix(docs): changed MacOS to macOS as per Apple styling
This commit is contained in:
parent
9847a4c5d5
commit
c7d83fb951
2 changed files with 4 additions and 4 deletions
|
@ -68,7 +68,7 @@ If you already have the Ardunio IDE installed you can also use its built-in Seri
|
||||||
</TabItem>
|
</TabItem>
|
||||||
<TabItem value="macos">
|
<TabItem value="macos">
|
||||||
|
|
||||||
On MacOS, the device name is something like `/dev/tty.usbmodemXXXXX` where `XXXXX` is some numerical ID.
|
On macOS, the device name is something like `/dev/tty.usbmodemXXXXX` where `XXXXX` is some numerical ID.
|
||||||
You can connect to the device with [tio](https://tio.github.io/) (can be installed via [Homebrew](https://formulae.brew.sh/formula/tio)):
|
You can connect to the device with [tio](https://tio.github.io/) (can be installed via [Homebrew](https://formulae.brew.sh/formula/tio)):
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
|
@ -19,11 +19,11 @@ Variations of the warnings shown below occur when flashing the `<firmware>.uf2`
|
||||||
|
|
||||||
| ![Example Error Screen](../docs/assets/troubleshooting/filetransfer/mac.png) |
|
| ![Example Error Screen](../docs/assets/troubleshooting/filetransfer/mac.png) |
|
||||||
| :--------------------------------------------------------------------------: |
|
| :--------------------------------------------------------------------------: |
|
||||||
| An example of the file transfer error on MacOS |
|
| An example of the file transfer error on macOS |
|
||||||
|
|
||||||
### MacOS Ventura error
|
### macOS Ventura error
|
||||||
|
|
||||||
MacOS 13.0 (Ventura) Finder may report an error code 100093 when copying `<firmware>.uf2` files into microcontrollers. This bug is limited to the operating system's Finder. You can work around it by copying on Terminal command line or use a third party file manager.
|
macOS 13.0 (Ventura) Finder may report an error code 100093 when copying `<firmware>.uf2` files into microcontrollers. This bug is limited to the operating system's Finder. You can work around it by copying on Terminal command line or use a third party file manager.
|
||||||
|
|
||||||
### CMake Error
|
### CMake Error
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue