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

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"