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 c9a5545

Browse files
authoredJan 28, 2022
Update build.sh
1 parent cc5e4a3 commit c9a5545

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
@@ -21,7 +21,7 @@ source ./tools/install-esp-idf.sh
2121
if [ $? -ne 0 ]; then exit 1; fi
2222

2323
if [ -z $TARGETS ]; then
24-
TARGETS="esp32c3 esp32s2 esp32"
24+
TARGETS="esp32 esp32s2 esp32c3"
2525
fi
2626

2727
echo $(git -C $AR_COMPS/arduino describe --all --long) > version.txt

0 commit comments

Comments
 (0)
Please sign in to comment.