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 c97c61b commit 11705f0Copy full SHA for 11705f0
tools/archive-build.sh
@@ -33,7 +33,7 @@ cp ../core_version.h arduino-esp32/cores/esp32/core_version.h
33
34
# Replace FRAMEWORK_LIBS_DIR path from extern installed package to stored in framework
35
org="platform.get_package_dir(\"framework-arduinoespressif32-libs\")"
36
-repl="join(FRAMEWORK_DIR, \"tools\", \"esp32-arduino-libs\")"
+repl="join(FRAMEWORK_DIR,\"tools\",\"esp32-arduino-libs\")"
37
echo "Replace FRAMEWORK_LIBS_DIR=$org with FRAMEWORK_LIBS_DIR=$repl"
38
gawk -i inplace -v cuv1=$org -v cuv2=$repl '{gsub(cuv1,cuv2); print;}' "arduino-esp32/tools/platformio-build.py"
39
0 commit comments