4 lines
133 B
Bash
4 lines
133 B
Bash
#!/bin/bash
|
|
echo -e "\nFlashing and Monitoring for $ESPTARGET on $ESPPORT\n"
|
|
idf.py --preview flash monitor
|
|
echo -e "\nAll done :3\n" |