Skip to content

Commit c649cf7

Browse files
committed
fix
1 parent 295a6c3 commit c649cf7

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
@@ -8,7 +8,7 @@ else
88
SDKCONFIG_DIR="tools/esp32-arduino-libs"
99
fi
1010

11-
check_requirements(){ # check_requirements <sketchdir> <sdkconfig_path>
11+
function check_requirements(){ # check_requirements <sketchdir> <sdkconfig_path>
1212
local sketchdir=$1
1313
local sdkconfig_path=$2
1414

0 commit comments

Comments
 (0)