Skip to content

Commit af5936a

Browse files
author
brentru
committed
disable ssl by default on ethernet/w5k
1 parent 8d53b31 commit af5936a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/minimqtt_adafruitio_eth.py

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ def message(client, topic, message):
6464
broker="io.adafruit.com",
6565
username=secrets["aio_username"],
6666
password=secrets["aio_key"],
67+
is_ssl=False,
6768
)
6869

6970
# Setup the callback methods above

0 commit comments

Comments
 (0)