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