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 dec02d5

Browse files
authoredJul 23, 2024
Update build.sh
1 parent 81404fc commit dec02d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if ! [ -x "$(command -v git)" ]; then
1010
exit 1
1111
fi
1212

13-
export TARGET="all"
13+
export TARGET="esp32s3"
1414
BUILD_TYPE="all"
1515
SKIP_ENV=0
1616
COPY_OUT=0

0 commit comments

Comments
 (0)
Please sign in to comment.