We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
console-port
1 parent cc9a28a commit 07ad523Copy full SHA for 07ad523
ravedude/README.md
@@ -132,6 +132,10 @@ port = "/dev/ttyACM0"
132
# ravedude should open a serial console after flashing
133
open-console = true
134
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
+
139
# console output mode. Can be ascii, hex, dec or bin
140
output-mode = "ascii"
141
0 commit comments