Files
esp-idf-tools/custom_bin/flash
T
2025-12-17 07:43:20 -07: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"