Files
esp-idf-tools/custom_bin/erase-flash
T
2025-12-17 07:40:46 -07:00

6 lines
169 B
Bash
Executable File

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