Skip to content

Commit 07ad523

Browse files
committed
ravedude: Document console-port
1 parent cc9a28a commit 07ad523

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ravedude/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,10 @@ port = "/dev/ttyACM0"
132132
# ravedude should open a serial console after flashing
133133
open-console = true
134134

135+
# you can optionally specify a separate port for the console
136+
# (can also be set with `--console-port` or RAVEDUDE_CONSOLE_PORT environment variable)
137+
# console-port = "/dev/ttyACM1"
138+
135139
# console output mode. Can be ascii, hex, dec or bin
136140
output-mode = "ascii"
137141

0 commit comments

Comments
 (0)