diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-04-30 16:05:32 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-04-30 16:08:17 -0400 |
commit | 1f11c171c749f0dd1eccc2bf65a425b3dbfbf7ec (patch) | |
tree | 19c8c4acf8855bbe382f091733acd3266b15a1dd /config/example.cfg | |
parent | 461390ac875f74d76e20d645f50f1b4ef7546d6f (diff) | |
download | kutter-1f11c171c749f0dd1eccc2bf65a425b3dbfbf7ec.tar.gz kutter-1f11c171c749f0dd1eccc2bf65a425b3dbfbf7ec.tar.xz kutter-1f11c171c749f0dd1eccc2bf65a425b3dbfbf7ec.zip |
thermistor: Add Honeywell 100K and MGB18 thermistor definitions
Add two additional thermistors (as suggested by Tim Miller).
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/example.cfg')
-rw-r--r-- | config/example.cfg | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/example.cfg b/config/example.cfg index f4c7029b..5bf94895 100644 --- a/config/example.cfg +++ b/config/example.cfg @@ -146,7 +146,8 @@ heater_pin: ar10 # periods) to the heater. The default is 1.0. sensor_type: EPCOS 100K B57560G104F # Type of sensor - this may be "EPCOS 100K B57560G104F", "ATC -# Semitec 104GT-2", "NTC 100K beta 3950", "AD595", or "PT100 +# Semitec 104GT-2", "NTC 100K beta 3950", "Honeywell 100K +# 135-104LAG-J01", "NTC 100K MGB18-104F39050L32", "AD595", or "PT100 # INA826". Additional sensor types may be available - see the # example-extras.cfg file for details. This parameter must be # provided. |