diff options
author | Vicki Lowe <Vicki.Lowe@gmail.com> | 2019-08-06 14:10:14 +1000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2019-08-15 17:50:06 +1000 |
commit | 57476a3c378940f72415c0093f1e24416132a817 (patch) | |
tree | fb86e94f9d01a308eb91dc76b987aa91349269e2 /docs/pyboard/tutorial | |
parent | ed9c0185d80514670244b0c2147958dea00159a9 (diff) |
docs/pyboard: Update name of mounted volume to match code.
Diffstat (limited to 'docs/pyboard/tutorial')
-rw-r--r-- | docs/pyboard/tutorial/script.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/pyboard/tutorial/script.rst b/docs/pyboard/tutorial/script.rst index 75dd324e3..29a0370d8 100644 --- a/docs/pyboard/tutorial/script.rst +++ b/docs/pyboard/tutorial/script.rst @@ -31,7 +31,7 @@ have as to what happens next: We will get the serial device working in the next tutorial. - **Mac**: Your pyboard will appear on the desktop as a removable disc. - It will probably be called "NONAME". Click on it to open the pyboard folder. + It will probably be called ``PYBFLASH``. Click on it to open the pyboard folder. - **Linux**: Your pyboard will appear as a removable medium. On Ubuntu it will mount automatically and pop-up a window with the pyboard folder. |