You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calling usocket.gettaddrinfo() with an IP address and port number causes the badge to hang. I ran into this bug when trying to connect the badge to an MQTT server on my local network.
import mqtt
c = mqtt.MQTTClient('tilda', '192.168.1.2')
# hangs forever
Calling
usocket.gettaddrinfo()
with an IP address and port number causes the badge to hang. I ran into this bug when trying to connect the badge to an MQTT server on my local network.The line that causes this is https://github.com/emfcamp/Mk3-Firmware/blob/master/lib/mqtt.py#L24
usocket.gettaddrinfo()
should work for both DNS names and IP addresses.The text was updated successfully, but these errors were encountered: