EspFan wrote:Why is your GPIO0 and GPIO2 to VCC? Those should not be on VCC, just leave those disconnected.
According to BOOT process, those pins needs to be HIGH for normal boot.
https://github.com/esp8266/esp8266-wiki ... ot-Process
Leaving pins floating may works, but it is not a good practice, it should be tied to VCC thru PullUps to avoid ESD interferences been interpreted as a LOW.