diff options
| author | Ha Thach <[email protected]> | 2021-02-01 16:15:19 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-02-01 16:15:19 +0700 |
| commit | 9aa9c7e9684b29d2acb2cc61248d94f0029f672b (patch) | |
| tree | 81d1ef70cc74165aa10714b93fd6f20db0b5b3a1 /.github | |
| parent | f4e2f88e89fcebdb5b73041027fa274da2743286 (diff) | |
| parent | 098cf76be7e26707ba005917a6a224205b61822b (diff) | |
Merge pull request #623 from hathach/add-adafruit-esp32s2-boards
add adafruit esp32s2 boards
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 985c9ef34..8fe91c57f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -161,6 +161,9 @@ jobs: matrix: board: # Alphabetical order + - 'adafruit_feather_esp32s2' + - 'adafruit_magtag_29gray' + - 'adafruit_metro_esp32s2' - 'espressif_kaluga_1' - 'espressif_saola_1' |
