Skip to content

Commit 61245b1

Browse files
committed
update pid/vid config format
1 parent 7813590 commit 61245b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cargo-espflash/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ An example configuration file may look as follows (note that TOML does _not_ sup
9090
serial = "/dev/ttyUSB0"
9191

9292
[usb_device]
93-
vid = 12346 # 0x303A
94-
pid = 32768 # 0x8000
93+
vid = "303A"
94+
pid = "8000"
9595
```
9696

9797
## Package Metadata

0 commit comments

Comments
 (0)