Tried running a different sketches the only thing that runs is the rangetest sketch.
Here is a perfect example:
void setup() {
Serial.begin(115200);
}
void loop() {
Serial.println("bytes_read");
}
They just don't appear to run and either from pin D2/D3 or USB. Basically something major is wrong and I don't have time to figure it out