remove depreciated https prefix on url
This commit is contained in:
parent
c439726397
commit
ac0fccbc00
1 changed files with 1 additions and 1 deletions
|
|
@ -185,7 +185,7 @@ print("Connected to WiFi!")
|
||||||
MQTT.set_socket(socket, esp)
|
MQTT.set_socket(socket, esp)
|
||||||
|
|
||||||
# Initialize a new MQTT Client object
|
# Initialize a new MQTT Client object
|
||||||
mqtt_client = MQTT.MQTT(broker="https://io.adafruit.com",
|
mqtt_client = MQTT.MQTT(broker="io.adafruit.com",
|
||||||
username=secrets["aio_user"],
|
username=secrets["aio_user"],
|
||||||
password=secrets["aio_key"])
|
password=secrets["aio_key"])
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue