Cayenne with ESP32

Hey there!

I am using CayenneMQTTESP32.h for my ESP32 board. How can I use the Cayenne.run() method instead of the loop. It seems it is not supported by that library…

Thank you in advance!

you cannot use Cayenne.run() method instead of the Cayenne.loop()

it is supported. i hope you have the correct library installed https://github.com/myDevicesIoT/Cayenne-MQTT-Arduino/blob/master/examples/Connections/ESP32/ESP32.ino. can you post the error you are getting in your serial monitor.