ubidots-mqtt-esp
ubidots-mqtt-esp copied to clipboard
Adds the correct Wi-Fi library needed for ESP32, additionally generates `_clientName` using the internal `ESP.getEfuseMac()`.
Hi, I've successfully got WiFi to work on an Feather Huzzah ESP8266, but am unable to get MQTT to work. The publish example consistently throws an LoadStoreAlignmentCause error. The stacktrace...
Requires a very small change in Source Code. Currently, `espClient` is a [private member](https://github.com/ubidots/ubidots-mqtt-esp/blob/278ed3232ac2d6d214b204654c97f8511dea137f/src/UbidotsESPMQTT.h#L54), which prevents users from using this already connected Client for other functions. Is there any specific...
Hi @woakas, and @jotathebest Thank you for this wonderful work. I like to add static IP to ubidots publish code in order to connect with router by this IP. I...