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
Arduino IDE version (found in Arduino -> About Arduino menu): 1.6.9 (programming via Visual Studio/vMicro)
List the steps to reproduce the problem below (if possible attach a sketch or
copy the sketch code in too):
Attempting to connect to io.adafruit.com via MQTT on port 1883 using a FONA 800. Receive "Not authorized to connect" response.
In attempting to find the source of this problem I uncommented #define MQTT_DEBUG in line 37 of Adafruit_MQTT.h. I was then able to connect. Recommenting it prevented connection, so I am confident this is the source of the problem.
Please would you investigate and fix this problem? I'm afraid my c++ skills are not up to the job.