Skip to content

Commit 2515912

Browse files
UnexpectedMakerdpgeorge
authored andcommitted
tools/autobuild: Add FeatherS2 and TinyS2 to esp32 auto builds.
1 parent 0256e1a commit 2515912

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/autobuild/build-esp32-latest.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,6 @@ if idf.py --version | grep -q v4.2; then
4646
do_build tinypico UM_TINYPICO
4747
else
4848
do_build esp32c3 GENERIC_C3
49+
do_build tinys2 UM_TINYS2
50+
do_build featherS2 UM_FEATHERS2
4951
fi

0 commit comments

Comments
 (0)