#!/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"