This does not work for you on v1.0.1?
void setup() {
Serial.begin(9600);
Serial.println("setup complete");
}
void loop() {
Serial.println("tick");
delay(1000);
}
This does not work for you on v1.0.1?
void setup() {
Serial.begin(9600);
Serial.println("setup complete");
}
void loop() {
Serial.println("tick");
delay(1000);
}