This commit is contained in:
robert 2021-02-15 23:19:22 +01:00
commit 31ebe981be
1 changed files with 0 additions and 5 deletions

View File

@ -67,9 +67,4 @@ while True:
client.publish(humidity_topic, humidity)
client.publish(time_topic, dt_string)
#Output data to screen
print(dt_string)
print(temperature)
print(humidity)
time.sleep(30)