Whenever I flash the photon using build web IDE, it seems that it is always being flashed with tinker. If I flash with the Blinking LED Example, it still allows me to manipulate device via tinker and has no blinking LED. Modifying tinker and adding my own pinMode, analogWrite lines has no effect.
Even flashing with this still allows me to use tinker:
void setup()
{
pinMode(D0, OUTPUT);
}
void loop()
{
analogWrite(D0, 225);
}
This code has no effect on pin D0, yet I can still use tinker. And of course, I made sure that it was actually flashing magenta. I even performed a factory reset and a firmware update (v0.4.1).
When doing a factory reset, it doesnât seem to enter the blinking white state. It looks like it starts to blink white rapidly but then crashes, and then the magenta-green-white color cycle repeats.
Anyone experiencing the same issue? I received my photons around May 22nd.