I tried to draw an automatic download circuit for ESP8266 using CH340, but I found that when I chose the ESP-01 board, CH340’s RTS and DTR only output low levels. As a comparison, NodeMCU can output normal download signals, which I believe is abnormal. In Arduino, normal download signals can be output. I suspect it’s a problem with PlatformIO, is that the case?
This is ESP-01
This is NodeMCU
Yellow is DTR ,Green is RTS
Thanks your reply!