From 7883a39dd38de77fc0b69979778a48bd69555abf Mon Sep 17 00:00:00 2001 From: John Pickup Date: Fri, 23 Jun 2023 11:40:42 +0100 Subject: [PATCH] Switch thermocouple --- config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.py b/config.py index 80b89e9..436379e 100644 --- a/config.py +++ b/config.py @@ -50,8 +50,8 @@ max31856 = 1 # see lib/max31856.py for other thermocouple_type, only applies to max31856 # uncomment this if using MAX-31856 #thermocouple_type = MAX31856.MAX31856_S_TYPE -#thermocouple_type = MAX31856.MAX31856_R_TYPE # Sam's thermocouple -thermocouple_type = MAX31856.MAX31856_K_TYPE # test theromocouple +thermocouple_type = MAX31856.MAX31856_R_TYPE # Sam's thermocouple +#thermocouple_type = MAX31856.MAX31856_K_TYPE # test theromocouple ### Thermocouple Connection (using bitbang interfaces) gpio_sensor_cs = 26