diff options
Diffstat (limited to 'config/example.cfg')
-rw-r--r-- | config/example.cfg | 19 |
1 files changed, 7 insertions, 12 deletions
diff --git a/config/example.cfg b/config/example.cfg index f0c6f2c9..a1a9ed44 100644 --- a/config/example.cfg +++ b/config/example.cfg @@ -151,28 +151,23 @@ heater_pin: ar10 # setting may be used to limit the total power output (over extended # 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", "Honeywell 100K -# 135-104LAG-J01", "NTC 100K MGB18-104F39050L32", "AD595", "PT100 -# INA826", "MAX6675", "MAX31855", "MAX31856", or "MAX31865". -# Additional sensor types may be available - see the -# example-extras.cfg file for details. This parameter must be +# Type of sensor - common thermistors are "EPCOS 100K B57560G104F", +# "ATC Semitec 104GT-2", "NTC 100K beta 3950", "Honeywell 100K +# 135-104LAG-J01", and "NTC 100K MGB18-104F39050L32". See the +# example-extras.cfg file for other sensors. This parameter must be # provided. sensor_pin: analog13 # Analog input pin connected to the sensor. This parameter must be # provided. #pullup_resistor: 4700 -# The resistance (in ohms) of the pullup attached to the -# thermistor. This parameter is only valid when the sensor is a -# thermistor. The default is 4700 ohms. +# The resistance (in ohms) of the pullup attached to the thermistor. +# This parameter is only valid when the sensor is a thermistor. The +# default is 4700 ohms. #inline_resistor: 0 # The resistance (in ohms) of an extra (not heat varying) resistor # that is placed inline with the thermistor. It is rare to set this. # This parameter is only valid when the sensor is a thermistor. The # default is 0 ohms. -#adc_voltage: 5.0 -# The ADC comparison voltage. This parameter is only valid when the -# sensor is an AD595 or "PT100 INA826". The default is 5 volts. #smooth_time: 2.0 # A time value (in seconds) over which temperature measurements will # be smoothed to reduce the impact of measurement noise. The default |