From b96be09ef301073f15a5364f0dfe9cffc438b1ca Mon Sep 17 00:00:00 2001 From: jbruce Date: Mon, 26 Nov 2018 08:49:21 -0500 Subject: [PATCH] - removing unneeded gpio pins --- config.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/config.py b/config.py index cd74efe..b5991ee 100644 --- a/config.py +++ b/config.py @@ -27,14 +27,8 @@ currency_type = "$" # Currency Symbol to show when calculating cost to run j ### Outputs gpio_heat = 11 # Switches zero-cross solid-state-relay -gpio_cool = 10 # Regulates PWM for 12V DC Blower -gpio_air = 9 # Switches 0-phase det. solid-state-relay - heater_invert = 0 # switches the polarity of the heater control -### Inputs -gpio_door = 18 - ### Thermocouple Adapter selection: # max31855 - bitbang SPI interface # max31855spi - kernel SPI interface