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.
2 parents f3e415f + b2aad00 commit 466d71aCopy full SHA for 466d71a
README.md
@@ -67,7 +67,7 @@ Second run:
67
$ mbed compile -m <TARGET> -t <TOOLCHAIN> --flash
68
```
69
70
-(Note: You can use the Mbed CLI command-line option `--sterm` to open a serial terminal after flashing.)
+(Note: You can use the Mbed CLI command-line option `--sterm --baudrate 115200` to open a serial terminal after flashing.)
71
72
Your PC may take a few minutes to compile your code.
73
mbed_app.json
@@ -1,7 +1,8 @@
1
{
2
"target_overrides": {
3
"*": {
4
- "platform.stdio-convert-newlines": 1
+ "platform.stdio-convert-newlines": 1,
5
+ "platform.stdio-baud-rate": 115200
6
}
7
8
0 commit comments