This commit is contained in:
2024-10-29 04:16:50 -06:00
parent 112cefbe00
commit 69da723d3c
11 changed files with 70 additions and 75 deletions
Regular → Executable
+7 -7
View File
@@ -1,8 +1,8 @@
echo "\nChanging ESPTARGET\n"
echo "Set esp target (esp32, esp32s3, esp32c6, esp8266, etc)"
read esp
export ESPTARGET="${esp}"
echo "\nESPTARGET set to ${ESPTARGET}\n"
echo "\nChanging ESPTARGET\n"
echo "Set esp target (esp32, esp32s3, esp32c6, esp8266, etc)"
read esp
export ESPTARGET="${esp}"
echo "\nESPTARGET set to ${ESPTARGET}\n"
echo "\nall done :3\n"