[SOLVED] Ubidots.send vs publish

Hi,

I’m looking to incorporate asynchronous Particle.publish https://github.com/rickkas7/PublishQueueAsyncRK
into a project. How would I go about replacing ubidots.send with publishQueue.publish

Greetings, my advise would be to edit both UbiParticle.h and UbiParticle.cpp files. These ones implement the routine to send data using Particle webhooks.

All the best.

1 Like

@jotathebest thanks got it working