From cbff957d765602f8ea00e683efcf358afb13ea04 Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Wed, 19 Jan 2022 19:47:12 +0000 Subject: [PATCH] Restyled by prettier-markdown --- examples/all-clusters-app/esp32/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/all-clusters-app/esp32/README.md b/examples/all-clusters-app/esp32/README.md index a369e3142eae46..cfb88c5606f70d 100644 --- a/examples/all-clusters-app/esp32/README.md +++ b/examples/all-clusters-app/esp32/README.md @@ -299,8 +299,9 @@ From within the console you can then invoke rpcs: ## Device Tracing -Device tracing is available to analyze the device performance. To turn on tracing, build with RPC enabled. -See [Using the RPC console](#using-the-rpc-console). +Device tracing is available to analyze the device performance. To turn on +tracing, build with RPC enabled. See +[Using the RPC console](#using-the-rpc-console). Obtain tracing json file. @@ -308,4 +309,3 @@ Obtain tracing json file. $ ./{PIGWEED_REPO}/pw_trace_tokenized/py/pw_trace_tokenized/get_trace.py -d {PORT} -o {OUTPUT_FILE} \ -t {ELF_FILE} {PIGWEED_REPO}/pw_trace_tokenized/pw_trace_protos/trace_rpc.proto ``` -