Skip to content

Commit

Permalink
Merge pull request #36 from Dylanliacc/master
Browse files Browse the repository at this point in the history
Add seeed xiao s3
  • Loading branch information
thebentern authored Sep 29, 2024
2 parents 70f8d17 + 179595c commit 661d0fa
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 @@ -424,4 +424,12 @@ export const deviceHardwareList: DeviceHardware[] = [
activelySupported: true,
displayName: "Seeed Card Tracker T1000-E",
},
{
hwModel: 72,
hwModelSlug: "Seeed_XIAO_S3",
platformioTarget: "seeed-xiao-s3",
architecture: "esp32-s3",
activelySupported: true,
displayName: "Seeed XIAO S3",
},
];

0 comments on commit 661d0fa

Please sign in to comment.