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: while True:
client = connect_mqtt() client = connect_mqtt()
client.loop_start() client.loop_start()
#temp, humidity = getValues(sensor) temp, humidity = getValues(sensor)
getValues(sensor) getValues(sensor)
publish(client, temp, humidity) publish(client, temp, humidity)
time.sleep (60.0) time.sleep (60.0)