Please help me, I am uploading a blank code to esp8266, I am beginner in the coding universe I have only made a few projects.
Earlier there was no problem uploading a code to esp8266, but nowadays it is showing esptool.FatalError: Failed to connect to ESP8266: Timed out waiting for packet header
`void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}`
I have a windows 10 64bits laptop
There is no error in serial port
I have already installed esp8266 boards
Please help me, I am uploading a blank code to esp8266, I am beginner in the coding universe I have only made a few projects. Earlier there was no problem uploading a code to esp8266, but nowadays it is showing esptool.FatalError: Failed to connect to ESP8266: Timed out waiting for packet header `void setup() { // put your setup code here, to run once:
}
void loop() { // put your main code here, to run repeatedly:
}` I have a windows 10 64bits laptop There is no error in serial port I have already installed esp8266 boards