Skip to content

Commit

Permalink
disable ssl by default on ethernet/w5k
Browse files Browse the repository at this point in the history
  • Loading branch information
brentru committed May 19, 2020
1 parent 8d53b31 commit af5936a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/minimqtt_adafruitio_eth.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ def message(client, topic, message):
broker="io.adafruit.com",
username=secrets["aio_username"],
password=secrets["aio_key"],
is_ssl=False,
)

# Setup the callback methods above
Expand Down

0 comments on commit af5936a

Please sign in to comment.