5 lines
144 B
Bash
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" |