docs/wipy: Remove incorrect references to usb configuration.
This commit is contained in:
parent
109b363ddc
commit
bb489066e8
|
@ -49,5 +49,6 @@ can format it very easily byt doing::
|
||||||
>>> os.mkfs('/flash')
|
>>> os.mkfs('/flash')
|
||||||
|
|
||||||
Resetting the filesystem deletes all files on the internal WiPy storage
|
Resetting the filesystem deletes all files on the internal WiPy storage
|
||||||
(not the SD card), and restores the files ``boot.py``, ``main.py``, ``README.txt``
|
(not the SD card), and restores the files ``boot.py`` and ``main.py`` back
|
||||||
and ``pybcdc.inf`` back to their original state after the next reset.
|
to their original state after the next reset.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue