Skip to content

Commit

Permalink
Update resource.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
rcarteraz authored Sep 29, 2024
1 parent 661d0fa commit a37c44e
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 a37c44e

Please sign in to comment.