Files
esp-idf-tools/custom_bin/erase-flash
T
2025-05-09 21:10:06 -06:00

5 lines
151 B
Bash
Executable File

#!/bin/bash
echo -e "\nErasing flash on $ESPPORT\n"
esptool.py --port $ESPPORT --baud $ESPBAUD --chip $ESPTARGET erase_flash
echo -e "\nAll done :3\n"