This commit is contained in:
2024-11-13 12:24:17 -07:00
parent 22af71965c
commit 880153c0da
7 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
subprocess() {
echo -e "\nChanging ESPTARGET\n"
echo "Set esp target (esp32, esp32s3, esp32c6, esp8266, etc)"
echo -e "Set esp target (esp32, esp32s3, esp32c6, esp8266, etc)"
read esp
eval "$1=$esp"
return 0