workans on da cron th8ngggg

This commit is contained in:
2024-11-09 02:49:42 -07:00
parent 9aa2e8123d
commit b29a31467e
15 changed files with 172 additions and 8 deletions
+8
View File
@@ -0,0 +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 "\nall done :3\n"