Skip to content

Commit 3217bbe

Browse files
committed
docs/esp8266/tutorial: Specify the baudrate in picocom example command.
1 parent 9779c99 commit 3217bbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/esp8266/tutorial/repl.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ terminal programs that will work, so pick your favourite!
2424

2525
For example, on Linux you can try running::
2626

27-
picocom /dev/ttyUSB0
27+
picocom /dev/ttyUSB0 -b115200
2828

2929
Once you have made the connection over the serial port you can test if it is
3030
working by hitting enter a few times. You should see the Python REPL prompt,

0 commit comments

Comments
 (0)