We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d53b31 commit af5936aCopy full SHA for af5936a
examples/minimqtt_adafruitio_eth.py
@@ -64,6 +64,7 @@ def message(client, topic, message):
64
broker="io.adafruit.com",
65
username=secrets["aio_username"],
66
password=secrets["aio_key"],
67
+ is_ssl=False,
68
)
69
70
# Setup the callback methods above
0 commit comments