Skip to content

Commit 8cb6062

Browse files
authored
hotfix - fixed issue with identifying rpi zero w
* bug reported here: https://forum.dexterindustries.com/t/raspberry-pi-zero-w-and-pivotpi/3862/10?u=robertlucian
1 parent fe62e5c commit 8cb6062

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)