Skip to content

ESP32 recovery

Woody edited this page Dec 25, 2020 · 1 revision

In Platformio IDE open a new terminal and type: pio run -v -t upload
When you see the "Connecting........" abort the upload.

Below you can see Esptool commands, that was used by Platformio. Now you able to find all files that we need to build the binary (screenshot for visualization):

  • Click button “CombineBin”.
    Now you have your binary file with Bootloader.
Clone this wiki locally