Why are RTS AND DTR being pulled low *all the time*, as soon as the serial monitor is started?
This makes no sense, maybe just pull one of the two low for a few ms to reset when monitor starts up, but not both pins - and not all the time!!
Please.
Apart from this, I really like the new IDE.
Edit - found the two following lines in boards.txt:
nodemcu.serial.disableDTR=true
nodemcu.serial.disableRTS=true
and tried setting both to false, restarted IDE, recompiled some sketch > no change in behavior.
Searched around a bit, and found this:
https://github.com/esp8266/Arduino/issues/22
(in a nutshell, with 1.6.1 one had to recompile the arduino IDE from source to be able to use this config file flag, but once this was done, it worked without reset in serial monitor)
So, now my question has changed to: why does it not work today, with my freshly installed arduino 1.6.4 IDE?
I guess it should work without entering bootloader on opening serial monitor, right?
Or will this only be incorporated in some later release?
regards