Files
esp-idf-tools/custom_bin/erase-flash
T
2025-10-10 14:27:30 -06:00

5 lines
148 B
Bash

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