Skip to content

Commit 55a8d04

Browse files
authored
Clarify baud rate documentation
1 parent 7c609a2 commit 55a8d04

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ cd $HOME/jade
5252
cp configs/sdkconfig_jade.defaults sdkconfig.defaults
5353
idf.py flash monitor
5454
```
55-
_Some hardware configurations (eg: M5StickC-Plus) may not support the default baud rate and won't be detected, so you can force a lower baud rate for flash/monitor by using the `-b` argument.
55+
_Some hardware configurations (eg: M5StickC-Plus) may not support the default baud rate and won't be detected, so you can force a specific baud rate for flash/monitor by using the `-b` argument.
5656

5757
_For example, the last line of the above code block would change be:_
5858
```
59-
idf.py -b 115200 flash monitor
59+
idf.py -b 1500000 flash monitor
6060
```
6161

6262
# Build configurations

0 commit comments

Comments
 (0)