10 lines
97 B
Bash
Executable file
10 lines
97 B
Bash
Executable file
#!/usr/bin/bash
|
|
|
|
set -e
|
|
|
|
cd esp-idf
|
|
source ./export.sh
|
|
cd ../
|
|
|
|
cd factory_test
|
|
idf.py menuconfig
|