1746839524

This commit is contained in:
2025-05-09 19:12:04 -06:00
parent 1cda4ea660
commit 55c8bc864f
+1 -1
View File
@@ -1,6 +1,6 @@
function subprocess() {
echo -e "\nChanging ESPTARGET\n"
echo -e "Set esp target (esp32, esp32s3, esp32c6, esp8266, etc)"
echo -e "Set esp target (one of esp32, esp32s2, esp32c3, esp32s3, esp32c2, esp32c6, esp32h2, esp32p4, esp32c5, esp32c61, or linux)"
read esp
eval "$1=$esp"
return 0