Commit 5191d21 1 parent 857e935 commit 5191d21 Copy full SHA for 5191d21
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -392,8 +392,8 @@ if [[ -n ${build_jade} ]]; then
392
392
# always seem to pick up the locally installed python virtualenv, and instead uses
393
393
# the system python/no-virtualenv which fails ...)
394
394
# Only install the tools we need (ie. esp32)
395
+ rm -fr " ${IDF_TOOLS_PATH} "
395
396
cd esp-idf
396
- rm -fr ${IDF_TOOLS_PATH}
397
397
./install.sh esp32
398
398
cd ..
399
399
@@ -404,7 +404,7 @@ if [[ -n ${build_jade} ]]; then
404
404
cd jade
405
405
rm -fr sdkconfig
406
406
cp configs/sdkconfig_qemu.defaults sdkconfig.defaults
407
- idf.py all
407
+ idf.py fullclean all
408
408
409
409
# Make the qemu flash image
410
410
esptool.py --chip esp32 merge_bin --fill-flash-size 4MB -o main/qemu/flash_image.bin \
You can’t perform that action at this time.
0 commit comments