Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Support for Adafruit ESP32-S2 Reverse TFT Feather #444

Merged
merged 4 commits into from
Jul 6, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
dropped a comma!
  • Loading branch information
brentru committed Jul 6, 2023
commit 064de87397c04eaabc76f4f5142b6385a948e78d
2 changes: 1 addition & 1 deletion .github/workflows/build-clang-doxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
matrix:
arduino-platform: ["funhouse", "magtag",
"metroesp32s2", "feather_esp32s2",
"feather_esp32s2_tft", "feather_esp32s2_reverse_tft"
"feather_esp32s2_tft", "feather_esp32s2_reverse_tft",
"feather_esp32s3", "feather_esp32s3_4mbflash_2mbpsram",
"feather_esp32s3_tft",
"qtpy_esp32s3", "qtpy_esp32s2", "feather_esp32s3_reverse_tft"]
Expand Down