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

5 lines
84 B
Python

#!/bin/bash
echo -e "\nBuilding\n"
idf.py --preview build
echo -e "\nAll done :3\n"