diff options
| author | Jeff Epler <jeff@adafruit.com> | 2020-07-01 21:02:08 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-01 21:02:08 -0500 |
| commit | fcddfd0f3953b3633912f6aa963af8353075fc76 (patch) | |
| tree | c729f7871fadcbae5dd7365a20dd01c20fa07755 /.github | |
| parent | 0e5dfbaf8f6072a79189b198b512971e316b7639 (diff) | |
| parent | 367d3800fc501bfe3ec05b4b517ed195cf8d07c4 (diff) | |
Merge pull request #3083 from tannewt/esp32s2_busio
Add busio support for the ESP32-S2
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8ddb8bbd4..fa7dd9dd2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -370,6 +370,7 @@ jobs: board: - "espressif_saola_1_wroom" - "espressif_saola_1_wrover" + - "unexpectedmaker_feathers2" steps: - name: Set up Python 3.8 |
