This commit is contained in:
2024-11-13 11:27:31 -07:00
parent b1812ed536
commit 2acfecd794
6 changed files with 10 additions and 35 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
subprocess() {
echo "\nChanging ESPTARGET\n"
echo -e "\nChanging ESPTARGET\n"
echo "Set esp target (esp32, esp32s3, esp32c6, esp8266, etc)"
read esp
eval "$1=$esp"
@@ -11,5 +11,5 @@ subprocess ret
export ESPTARGET="${ret}"
echo "\nESPTARGET set to ${ESPTARGET}\n"
echo "\nAll done :3\n"
echo -e "\nESPTARGET set to $ESPTARGET\n"
echo -e "\nAll done :3\n"