Files
esp-idf-tools/custom_bin/setup
T

4 lines
109 B
Plaintext

echo "\nSetting up for $ESPTARGET\n"
idf.py set-target $ESPTARGET
idf.py menuconfig
echo -e "\nAll done :3\n"