build scripts and files
This commit is contained in:
12
scripts/repo_setup.sh
Normal file
12
scripts/repo_setup.sh
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
export IDF_TOOLS_PATH=lib/idf-tools
|
||||
export IDF_PATH=lib/esp-idf
|
||||
|
||||
# if you get python ssl module errors- make sure your python version is 3.12 or lower
|
||||
|
||||
# esp-idf install scripts
|
||||
bash ./${IDF_PATH}/install.sh esp32s3
|
||||
source ${IDF_PATH}/export.sh
|
||||
|
||||
# target
|
||||
idf.py set-target esp32s3
|
||||
Reference in New Issue
Block a user