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

5 lines
144 B
Bash

#!/bin/bash
echo -e "\nSetting up for $ESPTARGET\n"
idf.py --preview set-target $ESPTARGET
idf.py --preview menuconfig
echo -e "\nAll done :3\n"