Files
esp-idf-tools/custom_bin/changeesp
T
2024-10-29 02:36:54 -06:00

8 lines
199 B
Plaintext

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"