Skip to content

Commit bec2ea1

Browse files
restyled-commitsmkardous-silabs
authored andcommitted
Restyled by prettier-markdown
1 parent 1f09146 commit bec2ea1

File tree

1 file changed

+24
-23
lines changed

1 file changed

+24
-23
lines changed

examples/onoff-plug-app/silabs/README.md

+24-23
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,23 @@ An example showing the use of MATTER on the Silicon Labs EFR32 MG24.
44

55
<hr>
66

7-
- [MATTER EFR32 Onoff-plug Example](#matter-efr32-onoff-plug-example)
8-
- [Introduction](#introduction)
9-
- [Building](#building)
10-
- [Flashing the Application](#flashing-the-application)
11-
- [Viewing Logging Output](#viewing-logging-output)
12-
- [Running the Complete Example](#running-the-complete-example)
13-
- [Notes](#notes)
14-
- [Running RPC console](#running-rpc-console)
15-
- [Device Tracing](#device-tracing)
16-
- [Memory settings](#memory-settings)
17-
- [OTA Software Update](#ota-software-update)
18-
- [Group Communication (Multicast)](#group-communication-multicast)
19-
- [Building options](#building-options)
20-
- [Disabling logging](#disabling-logging)
21-
- [Debug build / release build](#debug-build--release-build)
22-
- [Disabling LCD](#disabling-lcd)
23-
- [KVS maximum entry count](#kvs-maximum-entry-count)
7+
- [MATTER EFR32 Onoff-plug Example](#matter-efr32-onoff-plug-example)
8+
- [Introduction](#introduction)
9+
- [Building](#building)
10+
- [Flashing the Application](#flashing-the-application)
11+
- [Viewing Logging Output](#viewing-logging-output)
12+
- [Running the Complete Example](#running-the-complete-example)
13+
- [Notes](#notes)
14+
- [Running RPC console](#running-rpc-console)
15+
- [Device Tracing](#device-tracing)
16+
- [Memory settings](#memory-settings)
17+
- [OTA Software Update](#ota-software-update)
18+
- [Group Communication (Multicast)](#group-communication-multicast)
19+
- [Building options](#building-options)
20+
- [Disabling logging](#disabling-logging)
21+
- [Debug build / release build](#debug-build--release-build)
22+
- [Disabling LCD](#disabling-lcd)
23+
- [KVS maximum entry count](#kvs-maximum-entry-count)
2424

2525
<hr>
2626

@@ -230,14 +230,15 @@ combination with JLinkRTTClient as follows:
230230

231231
### Commissioning
232232

233-
You can provision and control the Matter device using the python controller,
234-
`mattertool` standalone, Android, or iOS app.
233+
You can provision and control the Matter device using the python controller,
234+
`mattertool` standalone, Android, or iOS app.
235235

236-
Silabs provides `mattertool` as a wrapper function and more user-friendly method of using
237-
[chip-tool](../../examples/chip-tool/README.md) within the pre-built Raspberry Pi image. For more info on using `mattertool`, see
238-
[Mattertool](../../docs/silabs/thread/CHIP_TOOL.md).
236+
Silabs provides `mattertool` as a wrapper function and more user-friendly method
237+
of using [chip-tool](../../examples/chip-tool/README.md) within the pre-built
238+
Raspberry Pi image. For more info on using `mattertool`, see
239+
[Mattertool](../../docs/silabs/thread/CHIP_TOOL.md).
239240

240-
Here is an example using `mattertool`:
241+
Here is an example using `mattertool`:
241242

242243
$ mattertool startThread
243244
$ mattertool bleThread

0 commit comments

Comments
 (0)