Skip to content

Commit 604a6ea

Browse files
Mel WSeppo Takalo
authored andcommitted
backticks
1 parent 524c99b commit 604a6ea

File tree

1 file changed

+19
-16
lines changed

1 file changed

+19
-16
lines changed

features/cellular/README.md

Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -28,28 +28,31 @@ You can change cellular defaults in the `mbed_lib.json` configuration file.
2828
## Debug traces
2929

3030
You can define the debug tracing level in the `mbed_app.json` configuration file:
31-
32-
"target_overrides": {
33-
"*": {
34-
"mbed-trace.enable": true,
35-
"platform.stdio-convert-newlines": true,
36-
"platform.stdio-baud-rate": 115200,
37-
"platform.default-serial-baud-rate": 115200
38-
}
39-
},
40-
"config": {
41-
"trace-level": {
42-
"help": "Options are TRACE_LEVEL_ERROR,TRACE_LEVEL_WARN,TRACE_LEVEL_INFO,TRACE_LEVEL_DEBUG",
43-
"macro_name": "MBED_TRACE_MAX_LEVEL",
44-
"value": "TRACE_LEVEL_INFO"
45-
}
31+
```
32+
"target_overrides": {
33+
"*": {
34+
"mbed-trace.enable": true,
35+
"platform.stdio-convert-newlines": true,
36+
"platform.stdio-baud-rate": 115200,
37+
"platform.default-serial-baud-rate": 115200
38+
}
39+
},
40+
"config": {
41+
"trace-level": {
42+
"help": "Options are TRACE_LEVEL_ERROR,TRACE_LEVEL_WARN,TRACE_LEVEL_INFO,TRACE_LEVEL_DEBUG",
43+
"macro_name": "MBED_TRACE_MAX_LEVEL",
44+
"value": "TRACE_LEVEL_INFO"
4645
}
46+
}
47+
```
4748

4849
## Greentea tests
4950

5051
The `TESTS` folder contains Greentea tests for cellular specific classes. You need to give relevant configuration file with `--app-config` parameter, such as:
5152

52-
mbed test -n features-cellular-tests-* --app-config features\cellular\TESTS\socket\udp\template_mbed_app.json.txt -v
53+
```
54+
mbed test -n features-cellular-tests-* --app-config features\cellular\TESTS\socket\udp\template_mbed_app.json.txt -v
55+
```
5356

5457
**Note:** Greentea tests use SIM PIN, so you need to change that or your SIM card may get locked.
5558

0 commit comments

Comments
 (0)