fix typo in readme tutorial
This commit is contained in:
parent
33754f5258
commit
7fd1d7c71e
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ Error: × Failed to open serial port /dev/<DEVICE NAME>
|
||||||
Granting read/write permissions to all users, should be sufficient to resolve the above issue (note that this is required each time the device is physically reconnected):
|
Granting read/write permissions to all users, should be sufficient to resolve the above issue (note that this is required each time the device is physically reconnected):
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
chmod a+rw /dev/<DEVICE NAME>
|
sudo chmod a+rw /dev/<DEVICE NAME>
|
||||||
```
|
```
|
||||||
|
|
||||||
The port will be saved to `espflash_ports.toml`. For further information, refer to the [`espflash` documentation](https://github.com/esp-rs/espflash/blob/1daf446a0a553d23309e77c8781679ca25fc007a/espflash/README.md).
|
The port will be saved to `espflash_ports.toml`. For further information, refer to the [`espflash` documentation](https://github.com/esp-rs/espflash/blob/1daf446a0a553d23309e77c8781679ca25fc007a/espflash/README.md).
|
||||||
|
|
Loading…
Add table
Reference in a new issue