Skip to content

Commit b953081

Browse files
authored
Merge pull request #15 from DexterInd/hotfix/rpi-zerow-not-identified
hotfix - fixed issue with identifying rpi zero w
2 parents fe62e5c + 8cb6062 commit b953081

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

auto_detect_rpi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969

7070
"900093" : ["Pi Zero v1.3", "RPI0"],
7171

72-
"0x9000C1" : ["Pi Zero W", "RPI0"],
72+
"9000C1" : ["Pi Zero W", "RPI0"],
7373

7474
"a02082" : ["Pi 3 Model B", "RPI3"],
7575
"a22082" : ["Pi 3 Model B", "RPI3"],

0 commit comments

Comments
 (0)