Files
esp-idf-tools/custom_bin/build
T
2024-11-12 04:31:08 -07:00

5 lines
74 B
Python

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