• Hmm, so first try qio and if it does not work try dio

    Found this hint on https://github.com/espressif/esptool#fla­sh-mode---flash_mode--fm

    Most boards use qio mode. Some ESP8266 modules, including the ESP-12E modules on some (not all) NodeMCU boards, are dual I/O and the firmware will only boot when flashed with --flash_mode dio. Most ESP32 modules are also dual I/O.
    In qio mode, two additional GPIOs (9 and 10) are used for SPI flash communications. If flash mode is set to dio then these pins are available for other purposes.

    Which ESP board is on your Wemos board?

About

Avatar for MaBe @MaBe started