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

5 lines
84 B
Python
Executable File

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