Is there a way to stop user code from running? Because mine seems to causing problems.
On power-up, the board properly does a Particle.publish() that I have in setup(), but after that, the dashboard shows a constant stream of "device went offline" / "device came online" at around a cycle per minute, and trying to upload new code doesn't work.
Would appreciate any help. Thanks.