Skip to content

Commit 563764e

Browse files
authored
Merge pull request #21 from CleoQc/master
Added identification for RPI3B+
2 parents cd55088 + c78969b commit 563764e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

auto_detect_rpi.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373

7474
"a02082" : ["Pi 3 Model B", "RPI3"],
7575
"a22082" : ["Pi 3 Model B", "RPI3"],
76+
"a020d3" : ["Pi 3 Model B+", "RPI3B+"],
7677
}
7778

7879
# represents indexes for each corresponding key in the above dictionary

0 commit comments

Comments
 (0)