From 0ec5052f622307429ab5dd74f1582bcd0a8e0aa1 Mon Sep 17 00:00:00 2001 From: Patrick Van Oosterwijck Date: Tue, 7 Sep 2021 21:33:16 -0600 Subject: [PATCH] tools/autobuild: Add auto build for GENERIC_C3_USB. --- tools/autobuild/build-esp32-latest.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/autobuild/build-esp32-latest.sh b/tools/autobuild/build-esp32-latest.sh index 5445927ab0..e0e932e026 100755 --- a/tools/autobuild/build-esp32-latest.sh +++ b/tools/autobuild/build-esp32-latest.sh @@ -47,6 +47,7 @@ if idf.py --version | grep -q v4.2; then do_build wesp32 SIL_WESP32 else do_build esp32c3 GENERIC_C3 + do_build esp32c3usb GENERIC_C3_USB do_build tinys2 UM_TINYS2 do_build featherS2 UM_FEATHERS2 do_build featherS2neo UM_FEATHERS2NEO