Hi Particle,
We have experienced some trouble with getting our code to work after the 21. dec.
Code that we before where 110% sure worked almost suddenly would not run on the Electron or Photon. We have tried with flashing with firmware that we have created before the 21. dec. and it works as expected. Our problem now is that we cannot compile new code without errors (blinking red or cyan). We have tried almost anything changing firmware version.
Compiling the electron and flashing it with simple loop setup makes it blink red:
void setup() {
}
void loop() {
}
Any idea what have changed since the 21. dec?