4 lines
96 B
Bash
4 lines
96 B
Bash
#!/bin/bash
|
|
echo -e "\nErasing flash on $ESPPORT\n"
|
|
idf.py erase-flash
|
|
echo -e "\nAll done :3\n" |