Skip to content

Commit

Permalink
Merge pull request #12 from brentru/update-mmqtt
Browse files Browse the repository at this point in the history
Update for MiniMQTT #33
  • Loading branch information
brentru committed May 19, 2020
2 parents 0b1dc38 + 6dba7bf commit 2137905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adafruit_gc_iot_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ def __init__(self, esp, secrets, log=False):
self._reg_id = secrets["registry_id"]
self._device_id = secrets["device_id"]
self._private_key = secrets["private_key"]
self.broker = "https://mqtt.googleapis.com"
self.broker = "mqtt.googleapis.com"
self.username = b"unused"
self.cid = self.client_id

Expand Down

0 comments on commit 2137905

Please sign in to comment.