Hello,
I'm having an issue which seems to be a feeds limit on the Huzzah. (Adafruit+ with Arduino IDE)
My application has an RS485 network with many sensors feeding data back to the Huzzah. If I exceed 18 feeds the Huzzah won't connect to Adafruit IO. 18 feeds or less and it connects normally. However with 19 feeds or more in the code the serial monitor posts the Connecting to Adafruit...................................(ad infinitum).
I've seen other posts with the suggestion that MAXSUBSCRIPTIONS in the Adafruit_mqtt.h should be changed but it doesn't seem to affect my situation. Is it possible a MALLOC is silently failing somewhere due to insufficient resources?
Any help would be greatly appreciated.