Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6cc17be

Browse files
committedOct 2, 2024··
test
1 parent 0e3b8a8 commit 6cc17be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/scripts/sketch_utils.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
LIBS_DIR="tools/esp32-arduino-libs"
3+
LIBS_DIR="$ARDUINO_ESP32_PATH/tools/esp32-arduino-libs"
44

55
function build_sketch(){ # build_sketch <ide_path> <user_path> <path-to-ino> [extra-options]
66
while [ ! -z "$1" ]; do

0 commit comments

Comments
 (0)
Please sign in to comment.