mirror of
https://github.com/badgeteam/mch2022-template-app.git
synced 2024-11-14 20:51:24 +00:00
12 lines
93 B
Bash
12 lines
93 B
Bash
|
#!/usr/bin/bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
cd esp-idf
|
||
|
source ./export.sh
|
||
|
cd ../
|
||
|
|
||
|
cd factory_test
|
||
|
idf.py clean
|
||
|
|