diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-11-01 11:34:29 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-11-01 11:34:29 -0400 |
commit | 5d9d91d3a6b2e728334a9a58574d1bdf6cbabe63 (patch) | |
tree | 4541e887d871f3c4020d35d9c5183948fc5b9d99 /docs/Config_Reference.md | |
parent | d23c1b06c6e1429e34ad73139bcaef5cb3f66aeb (diff) | |
download | kutter-5d9d91d3a6b2e728334a9a58574d1bdf6cbabe63.tar.gz kutter-5d9d91d3a6b2e728334a9a58574d1bdf6cbabe63.tar.xz kutter-5d9d91d3a6b2e728334a9a58574d1bdf6cbabe63.zip |
docs: Should be "LM75" instead of "lm75" in Config_Reference.md
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Config_Reference.md')
-rw-r--r-- | docs/Config_Reference.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md index fa5b6c76..880a419b 100644 --- a/docs/Config_Reference.md +++ b/docs/Config_Reference.md @@ -2201,7 +2201,7 @@ have range up to 125 C, so are usable for e.g. chamber temperature monitoring. They can also function as simple fan/heater controllers. ``` -sensor_type: lm75 +sensor_type: LM75 #i2c_address: # Default is 72 (0x48). Normal range is 72-79 (0x48-0x4F) and the 3 # low bits of the address are configured via pins on the chip |