mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-01-14 07:20:44 -08:00
esptool command line
This commit is contained in:
parent
f35c0b54b7
commit
12cc167faa
|
@ -185,11 +185,11 @@ pip --version
|
||||||
Connect the radio to your computer using a data USB cable. Confirm your device is talking to your computer using the following command:
|
Connect the radio to your computer using a data USB cable. Confirm your device is talking to your computer using the following command:
|
||||||
|
|
||||||
```bash title="Command"
|
```bash title="Command"
|
||||||
esptool.py chip_id
|
esptool chip_id
|
||||||
```
|
```
|
||||||
```bash title="Expected Output"
|
```bash title="Expected Output"
|
||||||
# You should see a result similar to this:
|
# You should see a result similar to this:
|
||||||
mydir$ esptool.py chip_id
|
mydir$ esptool chip_id
|
||||||
esptool.py v2.6
|
esptool.py v2.6
|
||||||
Found 2 serial ports
|
Found 2 serial ports
|
||||||
Serial port /dev/ttyUSB0
|
Serial port /dev/ttyUSB0
|
||||||
|
|
Loading…
Reference in a new issue