diff options
| author | Seon Rozenblum <seon@unexpectedmaker.com> | 2021-09-04 10:41:25 +1000 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2021-09-10 15:40:32 +1000 |
| commit | 9a7f77bfbc51f4dda5a9396d8bb4b57dcdfcdb90 (patch) | |
| tree | c911fcefb0427ccf551d473aac5854b1035628ad /tools/autobuild/build-esp32-latest.sh | |
| parent | 60d3a3c3a0746312f4fd46c56d206ffad1c57796 (diff) | |
esp32/boards: Add new FeatherS2-Neo board definition.
Diffstat (limited to 'tools/autobuild/build-esp32-latest.sh')
| -rwxr-xr-x | tools/autobuild/build-esp32-latest.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/autobuild/build-esp32-latest.sh b/tools/autobuild/build-esp32-latest.sh index 92a12b2d5..5445927ab 100755 --- a/tools/autobuild/build-esp32-latest.sh +++ b/tools/autobuild/build-esp32-latest.sh @@ -49,4 +49,5 @@ else do_build esp32c3 GENERIC_C3 do_build tinys2 UM_TINYS2 do_build featherS2 UM_FEATHERS2 + do_build featherS2neo UM_FEATHERS2NEO fi |
