soime stuffss

This commit is contained in:
2025-04-30 11:19:15 -06:00
parent 5396eb26ba
commit fbc2031e91
3 changed files with 0 additions and 0 deletions
-15
View File
@@ -1,15 +0,0 @@
subprocess() {
echo -e "\nChanging ESPTARGET\n"
echo -e "Set esp target (esp32, esp32s3, esp32c6, esp8266, etc)"
read esp
eval "$1=$esp"
return 0
}
ret=''
subprocess ret
export ESPTARGET="${ret}"
echo -e "\nESPTARGET set to $ESPTARGET\n"
echo -e "\nAll done :3\n"