4 lines
99 B
Bash
4 lines
99 B
Bash
#!/bin/bash
|
|
echo -e "\nFlashing an $ESPTARGET on $ESPPORT\n"
|
|
idf.py flash
|
|
echo -e "\nAll done :3\n" |