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: common/source/docs/common-temperature-sensor.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -62,4 +62,4 @@ Several peripherals have the possibility of reporting temperature if their hardw
62
62
- :ref:`TEMP1_SRC<TEMP1_SRC>` will designate which device's temperature report will be replaced by this temperature sensor's data. ie: if set to 1, then an ESC's report of temperature(usually null due to lack of hardware capability).
63
63
- :ref:`TEMP1_SRC_ID<TEMP1_SRC_ID>` replaces a specific instance of a system component's temperature report with this temp sensor's. ie: if set to 4, with the above param set to 1, the fourth instance of an ESC (ie 4th motor/servo output with a motor/throttle function) will have its temperature report replaced.
64
64
65
-
- :ref:`TEMP_LOG<TEMP_LOG>` = 0: No logging, 1: Log temperature reports from all temperature sensors, including those also being reported in other device reports.
65
+
- :ref:`TEMP_LOG<TEMP_LOG>` = 0: No logging, 1: Log temperature reports from all temperature sensors, including those also being reported in other device reports, 2: Only those with ``TEMPx_SRC`` set to NONE, eg. not being logged elsewhere.
0 commit comments