Skip to content

Commit 691e0fe

Browse files
authored
Update chip.py
Add Board name to list
1 parent 017cceb commit 691e0fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adafruit_platformdetect/chip.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ def id(
125125
if (
126126
(
127127
# Raspberry Pi Pico
128+
# Radxa X4
128129
vendor in (0xCAFE, 0xCAFF)
129130
and product == 0x4005
130131
)

0 commit comments

Comments
 (0)