This repository was archived by the owner on Oct 1, 2024. It is now read-only.
This repository was archived by the owner on Oct 1, 2024. It is now read-only.
Serial Monitor keeps ESP devices in flash mode #1015
Closed
Description
Visual Studio Code: 1.43.2
Arduino Extension: 0.3.0
Boards: Wemos D1 Mini, DOIT ESP32 DEVKIT V1
Isssue: Opened Serial Monitor keeps ESP8266 and ESP32 in flash mode.
Details:
ESP8266 after pressing reset twice:
ets Jan 8 2013,rst cause:2, boot mode:(1,6)
ets Jan 8 2013,rst cause:2, boot mode:(1,6)
ESP32 after pressing reset twice:
ets Jun 8 2016 00:22:57
rst:0x1 (POWERON_RESET),boot:0x3 (DOWNLOAD_BOOT(UART0/UART1/SDIO_REI_REO_V2))
waiting for download
ets Jun 8 2016 00:22:57
rst:0x1 (POWERON_RESET),boot:0x3 (DOWNLOAD_BOOT(UART0/UART1/SDIO_REI_REO_V2))
waiting for download
Close Serial Monitor and re-plug USB cable and device works OK.
Downgrading to VSC 14.2.1 and AE 0.2.29 fixes this.