Ubidots Library and Electron

Hi Particles,
I’ve been using the Ubidots library to transmit data using a Photon for some time, and in general its stable and reliable. I recently commissioned an electron and the code I use for the photon, which compiles and works returns the following error when I select the electron as the target device
lib/Ubidots/examples/UbidotsGetContext/UbidotsGetContext.cpp:7:21: fatal error: Ubidots.h: No such file or directory
#include “Ubidots.h”
^
compilation terminated.
make[1]: *** […/build/target/user/platform-10lib/Ubidots/examples/UbidotsGetContext/UbidotsGetContext.o] Error 1
make: *** [user] Error 2

Can anyone shed any light on this?

Thanks in advance,
Chris

What system version are you using on those two devices? Try making sure both are >0.5.3

2 Likes

Thanks for the tip. I checked the electron and it was running 0.4.9 - downloaded and used the update manager to load 6.0 and now no problem compiling.
Greatly appreciated.

1 Like