Hi,
I've tried out using Visual Studio Code with the Arduino Plugin to program a D1 mini pro which worked out quit well.
But when using the serial monitor, it seems that GPIO 0 (D3) is pulled down (weak pulldown) and an input is recognized. Does anyone knows about or doeas have a workaround?
There is no such behaviour when using the Arduino IDE (but I miss the Intelli Sens )
Try changing the monitor options. I figured you are using PlatformIO. If not, you should try it.
You have to modify the plattformio.ini file in your project and try changing the baud-rate to 74880 on your Serial.Begin statement and as well on your platformIO.ini.
Also try different monitor_dtr and monitor_rts states.