You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/en/api/insights.rst
+5-5
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ ESP Insights
5
5
About
6
6
-----
7
7
8
-
ESP Insights is a remote diagnostics solution that allows users to remotely monitor the health of ESP devices in the field.
8
+
ESP Insights is a remote diagnostics solution that allows users to remotely monitor the health of Espressif devices in the field.
9
9
10
10
Developers normally prefer debugging issues by physically probing them using gdb or observing the logs. This surely helps debug issues, but there are often cases wherein issues are seen only in specific environments under specific conditions. Even things like casings and placement of the product can affect the behavior. A few examples are
11
11
@@ -156,8 +156,8 @@ This function will return
156
156
Insights.metrics.dumpWiFi
157
157
*************************
158
158
159
-
Dumps the wifi metrics and prints them to the console.
160
-
This API can be used to collect wifi metrics at any given point in time.
159
+
Dumps the Wi-Fi metrics and prints them to the console.
160
+
This API can be used to collect Wi-Fi metrics at any given point in time.
Copy file name to clipboardexpand all lines: docs/en/api/touch.rst
+3-3
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ touchSetCycles
36
36
^^^^^^^^^^^^^^
37
37
38
38
This function is used to set cycles that measurement operation takes. The result from touchRead, threshold and detection accuracy depend on these values.
39
-
The defaults are setting touchRead to take ~0.5ms.
39
+
The defaults are setting touchRead to take ~0.5 ms.
40
40
41
41
.. code-block:: arduino
42
42
@@ -112,8 +112,8 @@ the threshold value. Default is lower.
0 commit comments