Skip to content

Commit

Permalink
4.6:Temp sensor logging option
Browse files Browse the repository at this point in the history
  • Loading branch information
Hwurzburg committed Nov 13, 2024
1 parent 5a999bc commit e857479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/source/docs/common-temperature-sensor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ Several peripherals have the possibility of reporting temperature if their hardw
- :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).
- :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.

- :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.
- :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 comments on commit e857479

Please sign in to comment.