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

4 lines
109 B
Bash

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