From 8c765ed82d135b41878674549b65e739d34b5324 Mon Sep 17 00:00:00 2001 From: jbruce12000 Date: Wed, 27 Feb 2019 21:38:36 -0500 Subject: [PATCH] - added thermocouple_offset, changing config comments to match --- config.py | 1 - config.py.EXAMPLE | 1 - 2 files changed, 2 deletions(-) diff --git a/config.py b/config.py index bc1d25b..c21bf3a 100644 --- a/config.py +++ b/config.py @@ -97,7 +97,6 @@ warning_temp_low = 5 # if measured value is N degrees above set point warning_temp_high = 5 -# not used yet # thermocouple offset # If you put your thermocouple in ice water and it reads 36F, you can # set set this offset to -4 to compensate. This probably means you have a diff --git a/config.py.EXAMPLE b/config.py.EXAMPLE index bc1d25b..c21bf3a 100644 --- a/config.py.EXAMPLE +++ b/config.py.EXAMPLE @@ -97,7 +97,6 @@ warning_temp_low = 5 # if measured value is N degrees above set point warning_temp_high = 5 -# not used yet # thermocouple offset # If you put your thermocouple in ice water and it reads 36F, you can # set set this offset to -4 to compensate. This probably means you have a