You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it cant boot to program i upload . notice i can upload but it cannot run program so problem is not with uploading or programming . problem is booing . no matter what program is . after uploading that serial monitor keeps printing this and I don't know why. and yes I did some searching on that, my board has no power issues . serial output is always as follow :
// Digital pin D2 connected to an LEDint ledPin = D2;
voidsetup() {
// Set pin D2 as output pinMode(ledPin, OUTPUT);
}
voidloop() {
// Turn the LED ondigitalWrite(ledPin, HIGH);
delay(1000); // Wait 1 second// Turn the LED off digitalWrite(ledPin, LOW);
delay(1000); // Wait 1 second
}
Debug Messages
ets Jan 8 2013,rst cause:2, boot mode:(1,7)
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Platform
Settings in IDE
Problem Description
it cant boot to program i upload . notice i can upload but it cannot run program so problem is not with uploading or programming . problem is booing . no matter what program is . after uploading that serial monitor keeps printing this and I don't know why. and yes I did some searching on that, my board has no power issues . serial output is always as follow :
MCVE Sketch
Debug Messages
The text was updated successfully, but these errors were encountered: