Files
esp-idf-tools/custom_bin/build
T
2025-12-17 07:43:20 -07:00

5 lines
84 B
Python

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