diff --git a/mqtt/tempSensor.py b/mqtt/tempSensor.py index 925f44e..f3d6af5 100644 --- a/mqtt/tempSensor.py +++ b/mqtt/tempSensor.py @@ -79,7 +79,7 @@ def publish(client, temp, humidity): else: print(f"Failed to send message to topic {humidTopic}") - time.sleep(5.0) + time.sleep(60.0) while True: