Files
esp-idf-tools/custom_bin/monitor
T
2025-12-17 07:40:46 -07:00

4 lines
99 B
Bash
Executable File

#!/bin/bash
echo -e "\nMonitoring on $ESPPORT\n"
idf.py --preview monitor
echo -e "\nAll done :3\n"