I'm facing a strange issue. I'm trying to flash an ESP12E, if I flash it using Arduino IDE it seems to flash it, but after a reboot doesn't work. If I take the binary produced by Arduino's compiler and flash it using nodemcu-pyflasher it works! I seem to use the same flashing parameters in both softwares: flashing mode set to DIO, flash size set to 4M and upload speed set to 115200. The only difference I see is that in Arduino I have to specify board type and I set it to "generic esp8266 module". Any idea/suggestion to make it work with Arduino IDE?
Thanks for your help