Files
esp-idf-tools/custom_bin/flash
T
2026-05-26 20:30:40 -06:00

4 lines
109 B
Bash
Executable File

#!/bin/bash
echo -e "\nFlashing an $ESPTARGET on $ESPPORT\n"
idf.py --preview flash
echo -e "\nAll done :3\n"