Files
esp-idf-tools/custom_bin/flashmonitor
T
2025-05-18 19:24:55 -06:00

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"