Skip to content

Commit

Permalink
fix: hwModel and hwModelSlug for Seeed Xiao ESP32-S3
Browse files Browse the repository at this point in the history
  • Loading branch information
andrekir authored Dec 21, 2024
1 parent 19e60d7 commit e3cce68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/resource.ts
Original file line number Diff line number Diff line change
@@ -584,8 +584,8 @@ export const deviceHardwareList: DeviceHardware[] = [
requiresDfu: true,
},
{
hwModel: 72,
hwModelSlug: "Seeed_XIAO_S3",
hwModel: 81,
hwModelSlug: "SEEED_XIAO_S3",
platformioTarget: "seeed-xiao-s3",
architecture: "esp32-s3",
activelySupported: true,

0 comments on commit e3cce68

Please sign in to comment.