diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-04-30 10:31:17 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-04-30 10:31:39 -0400 |
commit | 8e1b516eb6e47eb3aa295f2b872fa60a530274e1 (patch) | |
tree | e58e3bde0babb0329df614fe342d6b92b258f7a7 | |
parent | 4a8f9407b8148d017af567ce41f0d42aecbe9b05 (diff) | |
download | kutter-8e1b516eb6e47eb3aa295f2b872fa60a530274e1.tar.gz kutter-8e1b516eb6e47eb3aa295f2b872fa60a530274e1.tar.xz kutter-8e1b516eb6e47eb3aa295f2b872fa60a530274e1.zip |
config: Fix typo in adc_temperature section (Ohms vs Volts)
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | config/example-extras.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index 8a26f50c..65d8115b 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -436,7 +436,7 @@ #temperature2: #voltage2: #... -# A set of temperatures (in Celsius) and voltages (in Ohms) to use +# A set of temperatures (in Celsius) and voltages (in Volts) to use # as reference when converting a temperature. At least two # measurements must be provided. |