-
Notifications
You must be signed in to change notification settings - Fork 51
Fix Hostname Issue (#25) #33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
didnt test, but trust ya
#8d53b31 updates FONA examples to disable SSL, bumps baud rate to 9600 baud default in hardware test:
|
Testing a few configurations with a broker = ip address,
Output:
broker = io.adafruit.com,
Output
broker = test.mosquitto.org,
Output
|
Tested
Output:
|
Thanks, folks! |
Updating https://github.com/adafruit/Adafruit_CircuitPython_GC_IOT_Core to 2.1.0 from 2.0.1: > Merge pull request adafruit/Adafruit_CircuitPython_GC_IOT_Core#12 from brentru/update-mmqtt Updating https://github.com/adafruit/Adafruit_CircuitPython_AdafruitIO to 3.3.0 from 3.2.0: > Merge pull request adafruit/Adafruit_CircuitPython_AdafruitIO#36 from brentru/update-for-mmqtt Updating https://github.com/adafruit/Adafruit_CircuitPython_MiniMQTT to 2.3.0 from 2.2.1: > Merge pull request adafruit/Adafruit_CircuitPython_MiniMQTT#33 from brentru/fix-hostname
Fix Hostname Issue (adafruit#25)
Fixes #25
http://
orhttps:/
TCP_Mode
/TLS_Mode
in favor of using the interface's tcp or tls mode.Examples which need to be update to reflect this change
Update for MiniMQTT #33 Adafruit_CircuitPython_GC_IOT_Core#12