This commit is contained in:
2024-11-13 11:27:31 -07:00
parent b1812ed536
commit 2acfecd794
6 changed files with 10 additions and 35 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
echo -e "\nErasing flash on ${ESPPORT}\n"
echo -e "\nErasing flash on $ESPPORT\n"
idf.py erase-flash
echo -e "\nAll done :3\n"