Al
Al
# Bug report I am trying to add your excellent plugin to my Ionic 4 project. The project is building fine before hand. But I have made some changes as...
I have added esp-aws-iot as a submodule to my project. The modules are being picked up correctly by CMake but the compilation fails with the error message below. ``` CMake...
**Describe the issue** In my old code, ( ESP-IDF v4.3 ), OTA is done by subscribing to jobs etc and when a new ota_url arrives, executing this function: ``` /*...
Would there be a way to add streaming into mqtt to allow use of the esp.updatesketch() function? There are examples using pubsubclient, but of course they don't do the many...
Not really an issue, but I can't seem to find how to retreive a serial number from a pem certificate. Is that possible with this package. Is there some way...
Hi guys, **Background** I have a custom board with ESP32 and SARA-R422S and I'm trying to bring it to life. I'm working from the mqtt_client example. My goal is to...