debugging

This commit is contained in:
2022-12-06 08:31:09 -05:00
parent 8b630b8ddc
commit ec298423f2

View File

@@ -85,7 +85,7 @@ def publish(client, temp, humidity):
while True:
client = connect_mqtt()
client.loop_start()
#temp, humidity = getValues(sensor)
temp, humidity = getValues(sensor)
getValues(sensor)
publish(client, temp, humidity)
time.sleep (60.0)