diff options
Diffstat (limited to 'config/example.cfg')
-rw-r--r-- | config/example.cfg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/example.cfg b/config/example.cfg index fb5a716e..56f60f29 100644 --- a/config/example.cfg +++ b/config/example.cfg @@ -164,6 +164,11 @@ sensor_pin: analog13 # 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. |