Skip to content

Commit 8b7ef86

Browse files
authored
Update chip.py
1 parent 567f2ea commit 8b7ef86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_platformdetect/chip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def id(
116116
) or (
117117
# Waveshare RP2040 One
118118
vendor == 0x2E8A
119-
and product == 0x111F
119+
and product == 0x103A
120120
) or (
121121
# Feather RP2040
122122
# Itsy Bitsy RP2040

0 commit comments

Comments
 (0)