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 0e3b8a8 commit 6cc17beCopy full SHA for 6cc17be
.github/scripts/sketch_utils.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-LIBS_DIR="tools/esp32-arduino-libs"
+LIBS_DIR="$ARDUINO_ESP32_PATH/tools/esp32-arduino-libs"
4
5
function build_sketch(){ # build_sketch <ide_path> <user_path> <path-to-ino> [extra-options]
6
while [ ! -z "$1" ]; do
0 commit comments