this happens to me for the third time in a few days. energia 16 (MK20, win7 64) says "Upload Failed" . nothing else.
after many trials with the reset button the upload works again but it seems to me pretty random.
actually i though i would have solved this with an 20 sec delay before the loop() to prevent getting stuck with to fast Serial.println() etc.. but know i am stuck again.
-----
Serial.println("20ms delay");
for(int i=0; i<10; i++){
Serial.print(i);
delay(2000);
}
Serial.println("");
-----
the old sketch on the Wifi Mini still runs.
so what could i do ?
btw. is t