Skip to content

Commit

Permalink
Merge pull request #37 from rcarteraz/patch-5
Browse files Browse the repository at this point in the history
Add T3S3 E-Paper
  • Loading branch information
thebentern authored Oct 1, 2024
2 parents 661d0fa + a37c44e commit 43b17dd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/lib/resource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,14 @@ export const deviceHardwareList: DeviceHardware[] = [
activelySupported: true,
displayName: "LILYGO T-LoRa T3-S3",
},
{
hwModel: 16,
hwModelSlug: "TLORA_T3_S3",
platformioTarget: "tlora-t3s3-epaper",
architecture: "esp32-s3",
activelySupported: true,
displayName: "LILYGO T-LoRa T3-S3 E-Paper",
},
{
hwModel: 17,
hwModelSlug: "NANO_G1_EXPLORER",
Expand Down

0 comments on commit 43b17dd

Please sign in to comment.