This commit is contained in:
2024-12-28 05:50:15 -07:00
parent 9c10549965
commit 5cce0eab8c
5 changed files with 38 additions and 12 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ echo -e "\nEnter TTY Number You'd Like:"
read tty
ttyselect=$devarr[(($tty+1))]
echo -e "Set esp target:\n\tOne of: esp32, esp32s2, esp32c3, esp32s3, esp32c2, esp32c6, esp32h2, esp32p4, linux, esp32c5, or esp32c61"
echo -e "Set esp target:\n\tOne of: esp32, esp32s2, esp32c3, esp32s3, esp32c2, esp32c6, esp32h2, esp32p4, linux, esp32c5, esp32c61, or esp8266"
read esp
# echo -e "\nSetting environment variables\n"