8 lines
192 B
Bash
Executable File
8 lines
192 B
Bash
Executable File
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" |