Files
esp-idf-tools/custom_bin/monitor
T
2025-05-09 23:47:13 -06:00

4 lines
89 B
Bash

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