I have a Particle Boron. I uploaded a project from Github.
During compiling, I received an error for
…/wiring/inc/spark_wiring_system.h:419:28: in argument to unary !
visitation-counters.ino:827:20: ‘class spark::CellularClass’ has no member named ‘isOff’
So, being the genius I am… I tried to comment out the command,
waitFor(Cellular.isOff, 30000);
This seemed to work and flash to the device, but I seem to now not be able to connect back to my Boron board, even by uploading the simple blink code. I am wondering if I turned off my cellular without being able to turn it on. Can I verify this? If I did do this, is there a way to recover by connecting directly to the device?