Skip to content

Commit c27721f

Browse files
committed
Fix HWID for Adafruit MagTag
1 parent 2752112 commit c27721f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

boards/adafruit_magtag29_esp32s2.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
"hwids": [
1616
[
1717
"0x239A",
18-
"0x80DF"
18+
"0x80E5"
1919
],
2020
[
2121
"0x239A",
22-
"0x00DF"
22+
"0x00E5"
2323
],
2424
[
2525
"0x239A",
26-
"0x80E0"
26+
"0x80E6"
2727
]
2828
],
2929
"mcu": "esp32s2",

0 commit comments

Comments
 (0)