We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e5e22e commit 4f57b20Copy full SHA for 4f57b20
examples/esp32spi/minimqtt_pub_sub_nonblocking_esp32spi.py
@@ -109,4 +109,4 @@ def message(client, topic, message):
109
print("Sending photocell value: %d" % photocell_val)
110
mqtt_client.publish(default_topic, photocell_val)
111
photocell_val += 1
112
- time.sleep(0.5)
+ time.sleep(3)
0 commit comments