Skip to content

Commit b4f724e

Browse files
committedMar 12, 2025
readme update
1 parent 0916562 commit b4f724e

File tree

1 file changed

+15
-0
lines changed
  • examples/temperature-measurement-app/esp32

1 file changed

+15
-0
lines changed
 

‎examples/temperature-measurement-app/esp32/README.md

+15
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,21 @@ main/diagnostic_logs
4040

4141
These files contain dummy data.
4242

43+
#### To use diagnostic tracing
44+
45+
Open menuconfig
46+
47+
```
48+
idf.py menuconfig
49+
```
50+
51+
Enable `ENABLE_ESP_DIAGNOSTICS_TRACE` option from menuconfig
52+
53+
Set diagnostic storage buffer size from `Platform Diagnostics` menu
54+
55+
- End user buffer default size 4096
56+
- Retrieval buffer default size 4096
57+
4358
#### To test the diagnostic logs cluster
4459

4560
```

0 commit comments

Comments
 (0)