kopia lustrzana https://github.com/peterhinch/micropython-samples
README: add note about evil USB MSC mode.
rodzic
686ae8c03d
commit
f183e79ab9
|
@ -93,8 +93,9 @@ To fix this, edit `/flash/boot.py` so that the `usb_mode` line reads:
|
||||||
```python
|
```python
|
||||||
pyb.usb_mode('VCP')
|
pyb.usb_mode('VCP')
|
||||||
```
|
```
|
||||||
Then use a tool like [rshell](https://github.com/dhylands/rshell) to access the
|
On reboot the Pyboard will no longer appear as a mass storage device on the PC.
|
||||||
filesystem.
|
Various tools are available to manage the device's storage via USB. I use
|
||||||
|
[rshell](https://github.com/dhylands/rshell).
|
||||||
|
|
||||||
# 2. Hardware information and drivers
|
# 2. Hardware information and drivers
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue