diff options
Diffstat (limited to 'docs/Config_Reference.md')
-rw-r--r-- | docs/Config_Reference.md | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md index 41bcd8ab..ca601db3 100644 --- a/docs/Config_Reference.md +++ b/docs/Config_Reference.md @@ -701,10 +701,11 @@ heater_pin: # periods) to the heater. The default is 1.0. sensor_type: # Type of sensor - common thermistors are "EPCOS 100K B57560G104F", -# "ATC Semitec 104GT-2", "Generic 3950", "Honeywell 100K -# 135-104LAG-J01", "NTC 100K MGB18-104F39050L32", "SliceEngineering -# 450", and "TDK NTCG104LH104JT1". See the "Temperature sensors" -# section for other sensors. This parameter must be provided. +# "ATC Semitec 104GT-2", "ATC Semitec 104NT-4-R025H42G", "Generic +# 3950","Honeywell 100K 135-104LAG-J01", "NTC 100K MGB18-104F39050L32", +# "SliceEngineering 450", and "TDK NTCG104LH104JT1". See the +# "Temperature sensors" section for other sensors. This parameter +# must be provided. sensor_pin: # Analog input pin connected to the sensor. This parameter must be # provided. @@ -2058,9 +2059,9 @@ sections that use one of these sensors. ``` sensor_type: # One of "EPCOS 100K B57560G104F", "ATC Semitec 104GT-2", -# "Generic 3950", "Honeywell 100K 135-104LAG-J01", -# "NTC 100K MGB18-104F39050L32", "SliceEngineering 450", or -# "TDK NTCG104LH104JT1" +# "ATC Semitec 104NT-4-R025H42G", "Generic 3950", +# "Honeywell 100K 135-104LAG-J01", "NTC 100K MGB18-104F39050L32", +# "SliceEngineering 450", or "TDK NTCG104LH104JT1" sensor_pin: # Analog input pin connected to the thermistor. This parameter must # be provided. |