We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ed3bd8 commit 649220cCopy full SHA for 649220c
esp-idf/compile.sh
@@ -55,6 +55,7 @@ fi
55
idf.py build 1>&2
56
57
rm -f main/src/*
58
+touch main/CMakeLists.txt # Force rescanning of sources under main/src
59
60
cp ./build/wokwi-project.bin ${HOME}/build-out/project.bin
61
cp ./build/wokwi-project.elf ${HOME}/build-out/project.elf
0 commit comments