Skip to content

Commit a0dd4b4

Browse files
committed
Revert "Clarify baud rate documentation"
This reverts commit 55a8d04.
1 parent 55a8d04 commit a0dd4b4

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 specific 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 lower 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 1500000 flash monitor
59+
idf.py -b 115200 flash monitor
6060
```
6161

6262
# Build configurations

0 commit comments

Comments
 (0)