renamed config.py.EXAMPLE, and bugfix
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import logging
|
||||
|
||||
log_level = logging.INFO
|
||||
log_format = '%(asctime)s %(levelname)s %(name)s: %(message)s'
|
||||
|
||||
gpio_heat = 11
|
||||
gpio_cool = 10
|
||||
gpio_air = 9
|
||||
|
||||
gpio_sensor_cs = 27
|
||||
gpio_sensor_clock = 22
|
||||
gpio_sensor_data = 17
|
||||
Reference in New Issue
Block a user