Hello,
I have searched high and low for an answer sadly to no avail, so my appologies if this has been answered.
I have a boron 2g/3g that I am trying to get working in SEMI_AUTOMATIC mode. The unit simply will not go past green flashing light stage when running the code. If it is put into magenta mode it connects within seconds, so I deduce there is no problems with the cloud or cellular.
6 moths ago I found a work around for earlier firmware:
if (publish = true){
Cellular.on();
Cellular.connect();
if (waitFor(Cellular.ready, 60000)){}
Particle.connect();
if (waitFor(Particle.connected, 60000)){}
This doesnt seem to do the job anymore (2.0.1 & 3.0.0-rc1). Neither does just Particle.connect()
I’m hoping there’s a resolution, I understood this was an open issue a while back. I really do not wish to spend another day trying to bodge another workaround.
Many Thanks in advance.