igrr / esptool-ck

ESP8266 build/flash helper tool by Christian Klippel
GNU General Public License v2.0
360 stars 123 forks source link

Add an erase flash option #15

Open nkolban opened 8 years ago

nkolban commented 8 years ago

This tool is my esp flasher of choice. However I found that I needed to erase all my flash memory in the same fashion that esptool.py erase_flash does and I was unable to find a corresponding option in this tool. This issue asks for an examination of what would be needed to be added in order to erase the flash of an ESP8266 using this command.