working wsled driver checkpoint
This commit is contained in:
1
scripts/build.sh
Normal file → Executable file
1
scripts/build.sh
Normal file → Executable file
@@ -8,6 +8,7 @@ export IDF_PATH=${PWD}/lib/esp-idf
|
||||
export SDKCONFIG=${PWD}/config/sdkconfig
|
||||
export SDKCONFIG_DEFAULTS=${PWD}/config/sdkconfig.defaults
|
||||
|
||||
export IDF_PATH_FORCE=1
|
||||
. ${IDF_PATH}/export.sh
|
||||
|
||||
idf.py set-target esp32s3
|
||||
|
||||
1
scripts/flash.sh
Normal file → Executable file
1
scripts/flash.sh
Normal file → Executable file
@@ -8,6 +8,7 @@ export IDF_PATH=${PWD}/lib/esp-idf
|
||||
export SDKCONFIG=${PWD}/config/sdkconfig
|
||||
export SDKCONFIG_DEFAULTS=${PWD}/config/sdkconfig.defaults
|
||||
|
||||
export IDF_PATH_FORCE=1
|
||||
. ${IDF_PATH}/export.sh
|
||||
|
||||
idf.py fullclean
|
||||
|
||||
1
scripts/monitor.sh
Normal file → Executable file
1
scripts/monitor.sh
Normal file → Executable file
@@ -5,6 +5,7 @@ set -e
|
||||
export IDF_TOOLS_PATH=${PWD}/lib/idf-tools
|
||||
export IDF_PATH=${PWD}/lib/esp-idf
|
||||
|
||||
export IDF_PATH_FORCE=1
|
||||
. ${IDF_PATH}/export.sh
|
||||
|
||||
idf.py -b 115200 monitor
|
||||
|
||||
Reference in New Issue
Block a user