So you're a Noob? Post your questions here until you graduate! Don't be shy.

User avatar
By martinayotte
#70267 That is because you define your "led3" as GPIO6.
GPIO6 is the SPI_CLK and when you turn it into OUTPUT, the Flash isn't anymore accessible, so the ESP wait and wait for the code, and then trigger the watchdog.
So, you can not use GPIO6 for a plain output ...