I think I made a programming booboo and mixed up sleep(seconds) with delay(ms)
Spark.sleep(30000);
I think my core is sleeping for 30,000 seconds each time I turn it on so /build won’t let me fix the firmware since it’s always sleeping. It currently boots up, then the led pulses slowly with the red, green and blue illuminated. I think this is meant to look like white but white is not covered in the troubleshooting guide.
Anyhow, Is there a way I can force it to load my new (fixed) code from /build (web IDE) without doing a factory reset and re-entering WiFi credentials?