Skip to content

Commit 261a0b7

Browse files
authored
only ESP32
1 parent bc01dab commit 261a0b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build.sh

+1-1
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="esp32 esp32s2 esp32c3"
24+
TARGETS="esp32"
2525
fi
2626

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

0 commit comments

Comments
 (0)