Switch thermocouple

This commit is contained in:
John Pickup 2023-06-23 11:40:42 +01:00
parent 7e07ea3994
commit 7883a39dd3

View File

@ -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