Skip to content

Commit 5500cde

Browse files
authored
Update README.md (esp-rs#174)
Typo, getting "Error: × invalid type: map, expected a sequence for key `usb_device` at line 4 column 1" otherwise
1 parent e7a49bf commit 5500cde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cargo-espflash/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ An example configuration file may look as follows (note that TOML does _not_ sup
9898
[connection]
9999
serial = "/dev/ttyUSB0"
100100

101-
[usb_device]
101+
[[usb_device]]
102102
vid = "303A"
103103
pid = "8000"
104104
```

0 commit comments

Comments
 (0)