Skip to content

Commit d5973e5

Browse files
authored
Merge pull request #47 from meshtastic/seeed_xiao_s3-hwModel
fix: `hwModel` and `hwModelSlug` for Seeed Xiao ESP32-S3
2 parents 19e60d7 + e3cce68 commit d5973e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/resource.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -584,8 +584,8 @@ export const deviceHardwareList: DeviceHardware[] = [
584584
requiresDfu: true,
585585
},
586586
{
587-
hwModel: 72,
588-
hwModelSlug: "Seeed_XIAO_S3",
587+
hwModel: 81,
588+
hwModelSlug: "SEEED_XIAO_S3",
589589
platformioTarget: "seeed-xiao-s3",
590590
architecture: "esp32-s3",
591591
activelySupported: true,

0 commit comments

Comments
 (0)