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

5 lines
124 B
Bash

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