I wrote a quite big program using Arduino ide and that runs on my node mcu (by doit.am) very fine. Now I bought another nodemcu (by amica) where the same programs fails to run. I can only see series of garbage in the serial console. I observed that for the later one the esp 12 module is made by Hysiry where as the first one is from AI Thinker. However simpler and smaller programs run well on the Hysiry one.
I found some forums where it says Hysiry modules have problems for flash mode (http://forum.espruino.com/conversations/305323/). They say instead of QIO, DIO should be used.
If so then how to provide that flash mode input via arduino ide?
Can anyone explain the problem in details and put some light on the issue?
Thanks,
Debojit