Skip to content

Commit 4f57b20

Browse files
committed
bump to 3 seconds for stability
1 parent 4e5e22e commit 4f57b20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/esp32spi/minimqtt_pub_sub_nonblocking_esp32spi.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,4 @@ def message(client, topic, message):
109109
print("Sending photocell value: %d" % photocell_val)
110110
mqtt_client.publish(default_topic, photocell_val)
111111
photocell_val += 1
112-
time.sleep(0.5)
112+
time.sleep(3)

0 commit comments

Comments
 (0)